Event
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:19
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
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
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
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
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
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
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
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
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
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
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
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
readonly type: string;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/web-globals/events.d.ts:32
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
?]
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
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
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
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