Edit in GitHubLog an issue

window.BaseUIEvent

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

BaseUIEvent(type, eventInit)

Creates an instance of BaseUIEvent.

ParamType
type
*
eventInit
*

pointerId

Read only

width : number

Read only

height : number

Read only

pressure : number

Read only

tangentialPressure : number

Read only

tiltX : number

Read only

tiltY : number

Read only

twist : number

Read only

clientX : number

Read only

clientY : number

Read only

offsetX : number

Read only

offsetY : number

Read only

pageX : number

Read only

pageY : number

Read only

screenX : number

Read only

screenY : number

Read only

movementX : number

Read only

movementY : number

Read only

button : number

Read only

buttons

Read only

detail

Read only

pointerType

Read only

altKey

Read only

shiftKey

Read only

metaKey

Read only

ctrlKey

Read only

isPrimary

Read only

which

Read only

type

Read only

isTrusted : boolean

Read only

target : Node

Read only

currentTarget : Node

Read only

bubbles : boolean

Read only

cancelable : boolean

Read only

eventPhase

Read only

defaultPrevented : boolean

Read only

returnValue : *

initEvent(typeArg, bubblesArg, cancelableArg)

ParamType
typeArg
string
bubblesArg
boolean
cancelableArg
boolean

preventDefault()

stopImmediatePropagation()

stopPropagation()

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.