Event
Defined in: node_modules/.pnpm/@types+node@24.7.0/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.7.0/node_modules/@types/node/web-globals/events.d.ts:20
Inherited from
Section titled “Inherited from”_Event.bubblescancelable
Section titled “cancelable”readonly cancelable: boolean;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:22
Inherited from
Section titled “Inherited from”_Event.cancelablecancelBubble
Section titled “cancelBubble”cancelBubble: boolean;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:21
Inherited from
Section titled “Inherited from”_Event.cancelBubblecomposed
Section titled “composed”readonly composed: boolean;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:23
Inherited from
Section titled “Inherited from”_Event.composedcurrentTarget
Section titled “currentTarget”readonly currentTarget: | null | EventTarget;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:24
Inherited from
Section titled “Inherited from”_Event.currentTargetdefaultPrevented
Section titled “defaultPrevented”readonly defaultPrevented: boolean;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:25
Inherited from
Section titled “Inherited from”_Event.defaultPreventedeventPhase
Section titled “eventPhase”readonly eventPhase: 0 | 2;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:26
Inherited from
Section titled “Inherited from”_Event.eventPhaseisTrusted
Section titled “isTrusted”readonly isTrusted: boolean;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:27
Inherited from
Section titled “Inherited from”_Event.isTrustedreturnValue
Section titled “returnValue”returnValue: boolean;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:28
Inherited from
Section titled “Inherited from”_Event.returnValuesrcElement
Section titled “srcElement”readonly srcElement: | null | EventTarget;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:29
Inherited from
Section titled “Inherited from”_Event.srcElementtarget
Section titled “target”readonly target: | null | EventTarget;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:30
Inherited from
Section titled “Inherited from”_Event.targettimeStamp
Section titled “timeStamp”readonly timeStamp: number;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:31
Inherited from
Section titled “Inherited from”_Event.timeStampreadonly type: string;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:32
Inherited from
Section titled “Inherited from”_Event.typeMethods
Section titled “Methods”composedPath()
Section titled “composedPath()”composedPath(): [EventTarget?];Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:33
Returns
Section titled “Returns”[EventTarget?]
Inherited from
Section titled “Inherited from”_Event.composedPathinitEvent()
Section titled “initEvent()”initEvent( type, bubbles?, cancelable?): void;Defined in: node_modules/.pnpm/@types+node@24.7.0/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.initEventpreventDefault()
Section titled “preventDefault()”preventDefault(): void;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:35
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_Event.preventDefaultstopImmediatePropagation()
Section titled “stopImmediatePropagation()”stopImmediatePropagation(): void;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:36
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_Event.stopImmediatePropagationstopPropagation()
Section titled “stopPropagation()”stopPropagation(): void;Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/web-globals/events.d.ts:37
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_Event.stopPropagation