Create a new Event instance.
Has Event.preventDefault been called?
Has Event.stopPropagation been called?
The name of the event.
Has Event.preventDefault been called?
Has Event.stopPropagation been called?
Return the event name.
Prevent the default action associated with this event from being executed.
Stop the propagation of this event. Remaining event handlers will not be executed.
Generated using TypeDoc
An event object that can be processed with [[Events]].