Edit in GitHubLog an issue

window.Event

See: https://developer.mozilla.org/en-US/docs/Web/API/Event

Event(eventType, eventInit)

Creates an instance of Event.

ParamType
eventType
*
eventInit
*

type

Read only

isTrusted : boolean

Read only

target : Node

Read only

currentTarget : Node

Read only

bubbles : boolean

Read only

cancelable : boolean

Read only

composed : boolean

Read only

eventPhase

Read only

defaultPrevented : boolean

Read only

returnValue : *

initEvent(typeArg, bubblesArg, cancelableArg)

ParamType
typeArg
string
bubblesArg
boolean
cancelableArg
boolean

composedPath()

Returns the event's path

See

preventDefault()

stopImmediatePropagation()

stopPropagation()

NONE

CAPTURING_PHASE

AT_TARGET

BUBBLING_PHASE

Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.