Event
Represents an event argument.
Gets the current target (if bubbled).
Gets if the event is actually bubbling.
Gets if the event is cancelable.
Gets if the event is propagating across the shadow DOM boundary into the standard DOM.
Gets if the default behavior has been prevented.
Gets if the event is trusted.
Gets the original target of the event.
Gets the phase of the event.
Gets the originating timestamp.
Gets the type of event.
public Event()
Creates a new event.
Creates a new event and initializes it.
Prevents the default behavior.
Returns the event's path which is an array of the objects on which listeners will be invoked.
See https://dom.spec.whatwg.org/#dom-event-composedpath.
Initializes the event.
Prevents further propagation of the event.
Stops the immediate propagation.