isClickable

val isClickable: RareBooleanData? = null

Whether this DOM node responds to mouse clicks. This includes nodes that have had click event listeners attached via JavaScript as well as anchor tags that naturally navigate when clicked.

Sources

jvm source
Link copied to clipboard