Extends: Event
See: https://developer.mozilla.org/en-US/docs/Web/API/UIEvent
- BaseUIEvent
- new BaseUIEvent(type, eventInit)
- instance
- .pointerId
- .width :
number - .height :
number - .pressure :
number - .tangentialPressure :
number - .tiltX :
number - .tiltY :
number - .twist :
number - .clientX :
number - .clientY :
number - .offsetX :
number - .offsetY :
number - .pageX :
number - .pageY :
number - .screenX :
number - .screenY :
number - .movementX :
number - .movementY :
number - .button :
number - .buttons
- .detail
- .pointerType
- .altKey
- .shiftKey
- .metaKey
- .ctrlKey
- .isPrimary
- .which
- .type
- .isTrusted :
boolean - .target :
Node - .currentTarget :
Node - .bubbles :
boolean - .cancelable :
boolean - .eventPhase
- .defaultPrevented :
boolean - .returnValue :
\* - .preventDefault()
- .stopImmediatePropagation()
- .stopPropagation()
- static
- .WheelEvent#deltaMove :
number
- .WheelEvent#deltaMove :
Creates an instance of BaseUIEvent.
| Param | Type |
|---|---|
| type | \* |
| eventInit | \* |
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
baseUIEvent.target : Node
Read only
baseUIEvent.currentTarget : Node
Read only
Read only
Read only
Read only
Read only
Read only