Event
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:82
Extends
Section titled “Extends”Properties
Section titled “Properties”bubbles
Section titled “bubbles”readonly bubbles: boolean;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:20
Inherited from
Section titled “Inherited from”_Event.bubbles
cancelable
Section titled “cancelable”readonly cancelable: boolean;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:22
Inherited from
Section titled “Inherited from”_Event.cancelable
cancelBubble
Section titled “cancelBubble”cancelBubble: boolean;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:21
Inherited from
Section titled “Inherited from”_Event.cancelBubble
composed
Section titled “composed”readonly composed: boolean;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:23
Inherited from
Section titled “Inherited from”_Event.composed
currentTarget
Section titled “currentTarget”readonly currentTarget: | null | EventTarget;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:24
Inherited from
Section titled “Inherited from”_Event.currentTarget
defaultPrevented
Section titled “defaultPrevented”readonly defaultPrevented: boolean;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:25
Inherited from
Section titled “Inherited from”_Event.defaultPrevented
eventPhase
Section titled “eventPhase”readonly eventPhase: 0 | 2;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:26
Inherited from
Section titled “Inherited from”_Event.eventPhase
isTrusted
Section titled “isTrusted”readonly isTrusted: boolean;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:27
Inherited from
Section titled “Inherited from”_Event.isTrusted
returnValue
Section titled “returnValue”returnValue: boolean;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:28
Inherited from
Section titled “Inherited from”_Event.returnValue
srcElement
Section titled “srcElement”readonly srcElement: | null | EventTarget;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:29
Inherited from
Section titled “Inherited from”_Event.srcElement
target
Section titled “target”readonly target: | null | EventTarget;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:30
Inherited from
Section titled “Inherited from”_Event.target
timeStamp
Section titled “timeStamp”readonly timeStamp: number;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:31
Inherited from
Section titled “Inherited from”_Event.timeStamp
readonly type: string;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:32
Inherited from
Section titled “Inherited from”_Event.type
Methods
Section titled “Methods”composedPath()
Section titled “composedPath()”composedPath(): [EventTarget?];
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:33
Returns
Section titled “Returns”[EventTarget
?]
Inherited from
Section titled “Inherited from”_Event.composedPath
initEvent()
Section titled “initEvent()”initEvent( type, bubbles?, cancelable?): void;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:34
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
type | string |
bubbles? | boolean |
cancelable? | boolean |
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_Event.initEvent
preventDefault()
Section titled “preventDefault()”preventDefault(): void;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:35
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_Event.preventDefault
stopImmediatePropagation()
Section titled “stopImmediatePropagation()”stopImmediatePropagation(): void;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:36
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_Event.stopImmediatePropagation
stopPropagation()
Section titled “stopPropagation()”stopPropagation(): void;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:37
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_Event.stopPropagation