cancelable property

bool cancelable

Indicates whether the Event is cancelable or not.

See: developer.mozilla.org/en-US/docs/Web/API/Event/cancelable

Implementation

external bool get cancelable;