isClickable property

RareBooleanData? isClickable
final

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.

Implementation

final RareBooleanData? isClickable;