UzInputEvent
Defined in: uzumaki.d.ts:209
Extends
Section titled “Extends”UzumakiEvent<T>
Type Parameters
Section titled “Type Parameters”Properties
Section titled “Properties”bubbles
Section titled “bubbles”
readonlybubbles:boolean
Defined in: uzumaki.d.ts:177
Inherited from
Section titled “Inherited from”currentTarget
Section titled “currentTarget”currentTarget:
T|null
Defined in: uzumaki.d.ts:175
Inherited from
Section titled “Inherited from”
readonlydata:string|null
Defined in: uzumaki.d.ts:216
The inserted text, or null for deletions and history edits.
defaultPrevented
Section titled “defaultPrevented”
readonlydefaultPrevented:boolean
Defined in: uzumaki.d.ts:178
Inherited from
Section titled “Inherited from”eventPhase
Section titled “eventPhase”
readonlyeventPhase:EventPhase
Defined in: uzumaki.d.ts:176
Inherited from
Section titled “Inherited from”inputType
Section titled “inputType”
readonlyinputType:string
Defined in: uzumaki.d.ts:214
The kind of edit, e.g. insertText, deleteContentBackward,
historyUndo. Matches the input/beforeinput inputType semantics.
target
Section titled “target”
readonlytarget:UzNode|null
Defined in: uzumaki.d.ts:174
Inherited from
Section titled “Inherited from”
readonlytype:string|EventType
Defined in: uzumaki.d.ts:173
Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”preventDefault()
Section titled “preventDefault()”preventDefault():
void
Defined in: uzumaki.d.ts:181
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”stopImmediatePropagation()
Section titled “stopImmediatePropagation()”stopImmediatePropagation():
void
Defined in: uzumaki.d.ts:180
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”UzumakiEvent.stopImmediatePropagation
stopPropagation()
Section titled “stopPropagation()”stopPropagation():
void
Defined in: uzumaki.d.ts:179
Returns
Section titled “Returns”void