UzEvent
Defined in: uzumaki.d.ts:323
Type Parameters
Section titled “Type Parameters”Implements
Section titled “Implements”UzumakiEvent<T>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new UzEvent<
T>(type,targetOrInit?,init?):UzEvent<T>
Defined in: uzumaki.d.ts:329
Parameters
Section titled “Parameters”string | EventType
targetOrInit?
Section titled “targetOrInit?”UzNode | UzEventInit<T> | null
UzEventInit<T>
Returns
Section titled “Returns”UzEvent<T>
Properties
Section titled “Properties”bubbles
Section titled “bubbles”
readonlybubbles:boolean
Defined in: uzumaki.d.ts:326
Implementation of
Section titled “Implementation of”currentTarget
Section titled “currentTarget”currentTarget:
T|null
Defined in: uzumaki.d.ts:325
Implementation of
Section titled “Implementation of”
readonlytype:string|EventType
Defined in: uzumaki.d.ts:324
Implementation of
Section titled “Implementation of”Accessors
Section titled “Accessors”defaultPrevented
Section titled “defaultPrevented”Get Signature
Section titled “Get Signature”get defaultPrevented():
boolean
Defined in: uzumaki.d.ts:336
Returns
Section titled “Returns”boolean
Implementation of
Section titled “Implementation of”eventPhase
Section titled “eventPhase”Get Signature
Section titled “Get Signature”get eventPhase():
EventPhase
Defined in: uzumaki.d.ts:335
Returns
Section titled “Returns”Implementation of
Section titled “Implementation of”target
Section titled “target”Get Signature
Section titled “Get Signature”get target():
UzNode|null
Defined in: uzumaki.d.ts:334
Returns
Section titled “Returns”UzNode | null
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”preventDefault()
Section titled “preventDefault()”preventDefault():
void
Defined in: uzumaki.d.ts:339
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”stopImmediatePropagation()
Section titled “stopImmediatePropagation()”stopImmediatePropagation():
void
Defined in: uzumaki.d.ts:338
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”UzumakiEvent.stopImmediatePropagation
stopPropagation()
Section titled “stopPropagation()”stopPropagation():
void
Defined in: uzumaki.d.ts:337
Returns
Section titled “Returns”void