nx.js
Classes

UIEvent

Extends

Extended by

Implements

Constructors

new UIEvent()

new UIEvent(type, options?): UIEvent

Parameters

ParameterType
typestring
options?UIEventInit

Returns

UIEvent

Overrides

Event.constructor

Properties

PropertyModifierTypeInherited from
AT_TARGETreadonly2globalThis.UIEvent.AT_TARGET Event.AT_TARGET
BUBBLING_PHASEreadonly3globalThis.UIEvent.BUBBLING_PHASE Event.BUBBLING_PHASE
CAPTURING_PHASEreadonly1globalThis.UIEvent.CAPTURING_PHASE Event.CAPTURING_PHASE
NONEreadonly0globalThis.UIEvent.NONE Event.NONE
bubblesreadonlybooleanglobalThis.UIEvent.bubbles Event.bubbles
cancelBubblepublicbooleanglobalThis.UIEvent.cancelBubble Event.cancelBubble
cancelablereadonlybooleanglobalThis.UIEvent.cancelable Event.cancelable
composedreadonlybooleanglobalThis.UIEvent.composed Event.composed
currentTargetreadonlynull | EventTargetglobalThis.UIEvent.currentTarget Event.currentTarget
defaultPreventedreadonlybooleanglobalThis.UIEvent.defaultPrevented Event.defaultPrevented
detailreadonlynumber-
eventPhasereadonlynumberglobalThis.UIEvent.eventPhase Event.eventPhase
isTrustedreadonlybooleanglobalThis.UIEvent.isTrusted Event.isTrusted
returnValuepublicbooleanglobalThis.UIEvent.returnValue Event.returnValue
srcElementreadonlynull | EventTargetglobalThis.UIEvent.srcElement Event.srcElement
targetreadonlynull | EventTargetglobalThis.UIEvent.target Event.target
timeStampreadonlynumberglobalThis.UIEvent.timeStamp Event.timeStamp
typereadonlystringglobalThis.UIEvent.type Event.type
viewreadonlynull-
whichreadonlynumber-
AT_TARGETreadonly2Event.AT_TARGET
BUBBLING_PHASEreadonly3Event.BUBBLING_PHASE
CAPTURING_PHASEreadonly1Event.CAPTURING_PHASE
NONEreadonly0Event.NONE

Methods

composedPath()

composedPath(): EventTarget[]

Returns

EventTarget[]

Implementation of

globalThis.UIEvent.composedPath

Inherited from

Event.composedPath


initEvent()

initEvent(type, bubbles?, cancelable?): void

Parameters

ParameterType
typestring
bubbles?boolean
cancelable?boolean

Returns

void

Implementation of

globalThis.UIEvent.initEvent

Inherited from

Event.initEvent


initUIEvent()

initUIEvent(): void

Returns

void

Implementation of

globalThis.UIEvent.initUIEvent


preventDefault()

preventDefault(): void

Returns

void

Implementation of

globalThis.UIEvent.preventDefault

Inherited from

Event.preventDefault


stopImmediatePropagation()

stopImmediatePropagation(): void

Returns

void

Implementation of

globalThis.UIEvent.stopImmediatePropagation

Inherited from

Event.stopImmediatePropagation


stopPropagation()

stopPropagation(): void

Returns

void

Implementation of

globalThis.UIEvent.stopPropagation

Inherited from

Event.stopPropagation

On this page