Optional
eventInitDict: EventInitReadonly
bubbles: booleanAlias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness.
Readonly
cancelable: booleanTrue if the event was created with the cancelable option
Readonly
composed: booleanThis is not used in Node.js and is provided purely for completeness.
Readonly
currentAlias for event.target.
Readonly
defaultIs true if cancelable is true and event.preventDefault() has been called.
Readonly
eventThis is not used in Node.js and is provided purely for completeness.
Readonly
isThe AbortSignal
"abort" event is emitted with isTrusted
set to true
. The value is false
in all other cases.
This is not used in Node.js and is provided purely for completeness.
Readonly
srcAlias for event.target.
Readonly
target: null | EventTargetThe EventTarget
dispatching the event
Readonly
timeThe millisecond timestamp when the Event object was created.
Readonly
type: stringReturns the type of event, e.g. "click", "hashchange", or "submit".
Returns an array containing the current EventTarget as the only entry or empty if the event is not being dispatched. This is not used in Node.js and is provided purely for completeness.
Readonly
bubbles: booleanThis is not used in Node.js and is provided purely for completeness.
Alias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness.
Readonly
cancelable: booleanTrue if the event was created with the cancelable option
Readonly
composed: booleanThis is not used in Node.js and is provided purely for completeness.
Readonly
currentAlias for event.target.
Readonly
defaultIs true if cancelable is true and event.preventDefault() has been called.
Readonly
eventThis is not used in Node.js and is provided purely for completeness.
Readonly
isThe AbortSignal
"abort" event is emitted with isTrusted
set to true
. The value is false
in all other cases.
This is not used in Node.js and is provided purely for completeness.
Readonly
srcAlias for event.target.
Readonly
target: null | EventTargetThe EventTarget
dispatching the event
Readonly
timeThe millisecond timestamp when the Event object was created.
Readonly
type: stringReturns the type of event, e.g. "click", "hashchange", or "submit".
Returns an array containing the current EventTarget as the only entry or empty if the event is not being dispatched. This is not used in Node.js and is provided purely for completeness.
Generated using TypeDoc
This is not used in Node.js and is provided purely for completeness.