Readonly AT_Readonly BUBBLING_Readonly CAPTURING_Readonly NONEReadonly bubblesThe cancelBubble property of the Event interface is deprecated.
Readonly cancelableThe cancelable read-only property of the Event interface indicates whether the event can be canceled, and therefore prevented as if the event never happened.
Optional click_Readonly composedThe read-only composed property of the or not the event will propagate across the shadow DOM boundary into the standard DOM.
Readonly currentThe currentTarget read-only property of the Event interface identifies the element to which the event handler has been attached.
Readonly defaultThe defaultPrevented read-only property of the Event interface returns a boolean value indicating whether or not the call to Event.preventDefault() canceled the event.
Optional deltaOptional deltaXOptional deltaYReadonly detailThe read-only detail property of the CustomEvent interface returns any data passed when initializing the event.
Readonly eventThe eventPhase read-only property of the being evaluated.
Optional eventReadonly isThe 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.
Readonly layerYThe Event property returnValue indicates whether the default action for this event has been prevented or not.
Readonly srcThe deprecated Event.srcElement is an alias for the Event.target property.
Readonly targetThe read-only target property of the dispatched.
Readonly timeThe timeStamp read-only property of the Event interface returns the time (in milliseconds) at which the event was created.
Readonly typeThe type read-only property of the Event interface returns a string containing the event's type.
Optional wheelOptional wheelOptional wheel
The
bubblesread-only property of the Event interface indicates whether the event bubbles up through the DOM tree or not.MDN Reference