defaultPrevented property

bool get defaultPrevented
inherited

The defaultPrevented read-only property of the Event interface returns a boolean value indicating whether or not the call to Event.preventDefault canceled the event.

Implementation

external bool get defaultPrevented;