The event object is available to control the event flow. It has methods to cancel the default action and stop event propagation.
The event data.
The type of the event.
Call this method to stop the default behaviour. This means that the action will not be performed.
Call this method to stop propagration. Subsequent scripts will not receive this event.
Generated using TypeDoc
The event object is available to control the event flow. It has methods to cancel the default action and stop event propagation.