Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWheelEvent

Native friendly interface for WheelEvent Object

Hierarchy

Index

Properties

altKeySearch playground for altKey

altKey: boolean

Status of Alt key being pressed

buttonSearch playground for button

button: number

Value of single mouse button pressed

buttonsSearch playground for buttons

buttons: number

Value of all mouse buttons pressed

clientXSearch playground for clientX

clientX: number

Current X coordinate

clientYSearch playground for clientY

clientY: number

Current Y coordinate

ctrlKeySearch playground for ctrlKey

ctrlKey: boolean

Status of Ctrl key being pressed

Optional currentTargetSearch playground for currentTarget

currentTarget: any

Current target for an event

deltaModeSearch playground for deltaMode

deltaMode: number

Units for delta value

deltaXSearch playground for deltaX

deltaX: number

Horizontal scroll delta

deltaYSearch playground for deltaY

deltaY: number

Vertical scroll delta

deltaZSearch playground for deltaZ

deltaZ: number

Z-Axis scroll delta

Optional detailSearch playground for detail

detail: number

Provides current click count

inputIndexSearch playground for inputIndex

Subset of possible PointerInput values for events that can only be used with mouse wheel

metaKeySearch playground for metaKey

metaKey: boolean

Status of Meta key (eg. Windows key) being pressed

movementXSearch playground for movementX

movementX: number

Delta of movement on X axis

movementYSearch playground for movementY

movementY: number

Delta of movement on Y axis

Optional mozMovementXSearch playground for mozMovementX

mozMovementX: number

Delta of movement on X axis

Optional mozMovementYSearch playground for mozMovementY

mozMovementY: number

Delta of movement on Y axis

Optional msMovementXSearch playground for msMovementX

msMovementX: any

Delta of movement on X axis

Optional msMovementYSearch playground for msMovementY

msMovementY: any

Delta of movement on Y axis

offsetXSearch playground for offsetX

offsetX: number

Current coordinate of X within container

offsetYSearch playground for offsetY

offsetY: number

Current coordinate of Y within container

pageXSearch playground for pageX

pageX: number

Horizontal coordinate of event

pageYSearch playground for pageY

pageY: number

Vertical coordinate of event

preventDefaultSearch playground for preventDefault

preventDefault: () => void

Tells user agent what to do when not explicitly handled

Type declaration

    • (): void
    • Returns void

shiftKeySearch playground for shiftKey

shiftKey: boolean

Status of Shift key being pressed

Optional srcElementSearch playground for srcElement

srcElement: any

Alias for target

deprecated

Use target instead

targetSearch playground for target

target: any

Reference to object where object was dispatched

typeSearch playground for type

type: string

Type of event

Optional webkitMovementXSearch playground for webkitMovementX

webkitMovementX: any

Delta of movement on X axis

Optional webkitMovementYSearch playground for webkitMovementY

webkitMovementY: any

Delta of movement on Y axis

Optional wheelDeltaSearch playground for wheelDelta

wheelDelta: number

WheelDelta (From MouseWheel Event)

xSearch playground for x

x: number

Alias of clientX

ySearch playground for y

y: number

Alias of clientY

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method