Skip to content

UzInputEvent

Defined in: uzumaki.d.ts:209

T extends UzNode = UzNode

readonly bubbles: boolean

Defined in: uzumaki.d.ts:177

UzumakiEvent.bubbles


currentTarget: T | null

Defined in: uzumaki.d.ts:175

UzumakiEvent.currentTarget


readonly data: string | null

Defined in: uzumaki.d.ts:216

The inserted text, or null for deletions and history edits.


readonly defaultPrevented: boolean

Defined in: uzumaki.d.ts:178

UzumakiEvent.defaultPrevented


readonly eventPhase: EventPhase

Defined in: uzumaki.d.ts:176

UzumakiEvent.eventPhase


readonly inputType: string

Defined in: uzumaki.d.ts:214

The kind of edit, e.g. insertText, deleteContentBackward, historyUndo. Matches the input/beforeinput inputType semantics.


readonly target: UzNode | null

Defined in: uzumaki.d.ts:174

UzumakiEvent.target


readonly type: string | EventType

Defined in: uzumaki.d.ts:173

UzumakiEvent.type

preventDefault(): void

Defined in: uzumaki.d.ts:181

void

UzumakiEvent.preventDefault


stopImmediatePropagation(): void

Defined in: uzumaki.d.ts:180

void

UzumakiEvent.stopImmediatePropagation


stopPropagation(): void

Defined in: uzumaki.d.ts:179

void

UzumakiEvent.stopPropagation