Creates an Event
object for the specified event.
Indicates whether an event is a bubbling event.
Indicates whether the behavior associated with the event can be cancelled.
The object that is actively processing the Event object with an event listener.
Data associated with the event.
The event target.
The type of event.
Checks whether the preventDefault()
method has been called on the event.
Cancels an event's default behavior if that behavior can be cancelled.
Prevents processig of any event listeners in the current node and any subsequent nodes in the event flow.
Prevents processing of any event listeners in nodes subsequent to the current node in the event flow.
Returns a JSON object representation of the event.
Generated using TypeDoc
The Event class is used as the base class for the creation of Event objects
{IEvent}