UzEvent
Defined in: uzumaki.d.ts:330
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:336
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:333
Implementation of
Section titled “Implementation of”currentTarget
Section titled “currentTarget”currentTarget:
T|null
Defined in: uzumaki.d.ts:332
Implementation of
Section titled “Implementation of”
readonlytype:string|EventType
Defined in: uzumaki.d.ts:331
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:343
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:342
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:341
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:346
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”stopImmediatePropagation()
Section titled “stopImmediatePropagation()”stopImmediatePropagation():
void
Defined in: uzumaki.d.ts:345
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”UzumakiEvent.stopImmediatePropagation
stopPropagation()
Section titled “stopPropagation()”stopPropagation():
void
Defined in: uzumaki.d.ts:344
Returns
Section titled “Returns”void