ReadonlyAT_ReadonlybubblesThe bubbles read-only property of the Event interface indicates whether the event bubbles up through the DOM tree or not.
ReadonlyBUBBLING_ReadonlycancelableThe cancelable read-only property of the Event interface indicates whether the event can be canceled, and therefore prevented as if the event never happened.
The cancelBubble property of the Event interface is deprecated.
ReadonlyCAPTURING_ReadonlycomposedThe read-only composed property of the or not the event will propagate across the shadow DOM boundary into the standard DOM.
The current DOM element within the event bubbling phase.
An optional object of data passed to an event method when the current executing handler is bound.
ReadonlydefaultThe defaultPrevented read-only property of the Event interface returns a boolean value indicating whether or not the call to Event.preventDefault() canceled the event.
The element where the currently-called jQuery event handler was attached.
ReadonlyeventThe eventPhase read-only property of the being evaluated.
ReadonlyisThe isTrusted read-only property of the when the event was generated by the user agent (including via user actions and programmatic methods such as HTMLElement.focus()), and false when the event was dispatched via The only exception is the click event, which initializes the isTrusted property to false in user agents.
Indicates whether the META key was pressed when the event fired.
The namespace specified when the event was triggered.
ReadonlyNONEThe browser's original Event object.
The mouse position relative to the left edge of the document.
The mouse position relative to the top edge of the document.
The other DOM element involved in the event, if any.
The last value returned by an event handler that was triggered by this event, unless the value was undefined.
The Event property returnValue indicates whether the default action for this event has been prevented or not.
ReadonlysrcThe deprecated Event.srcElement is an alias for the Event.target property.
The DOM element that initiated the event.
ReadonlytimeThe timeStamp read-only property of the Event interface returns the time (in milliseconds) at which the event was created.
ReadonlytypeThe type read-only property of the Event interface returns a string containing the event's type.
For key or mouse events, this property indicates the specific key or button that was pressed.
The composedPath() method of the Event interface returns the event's path which is an array of the objects on which listeners will be invoked.
Deprecated
Deprecated. Use
JQuery.Event.