Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional altKey

altKey: undefined | false | true

Optional bubbles

bubbles: undefined | false | true

Optional button

button: undefined | number

Optional buttons

buttons: undefined | number

Optional cancelable

cancelable: undefined | false | true

Optional changedTouches

changedTouches: TouchList

Optional charCode

charCode: undefined | number

Optional clientX

clientX: undefined | number

Optional clientY

clientY: undefined | number

Optional clipboardData

clipboardData: DataTransfer

Optional ctrlKey

ctrlKey: undefined | false | true

Optional currentTarget

currentTarget: EventTarget

Optional defaultPrevented

defaultPrevented: undefined | false | true

Optional deltaMode

deltaMode: undefined | number

Optional deltaX

deltaX: undefined | number

Optional deltaY

deltaY: undefined | number

Optional deltaZ

deltaZ: undefined | number

Optional detail

detail: undefined | number

Optional eventPhase

eventPhase: undefined | number

Optional isTrusted

isTrusted: undefined | false | true

Optional key

key: undefined | string

Optional keyCode

keyCode: undefined | number

Optional locale

locale: undefined | string

Optional location

location: undefined | number

Optional metaKey

metaKey: undefined | false | true

Optional nativeEvent

nativeEvent: Event

Optional pageX

pageX: undefined | number

Optional pageY

pageY: undefined | number

Optional relatedTarget

relatedTarget: EventTarget

Optional repeat

repeat: undefined | false | true

Optional screenX

screenX: undefined | number

Optional screenY

screenY: undefined | number

Optional shiftKey

shiftKey: undefined | false | true

Optional target

target: EventTarget

Optional targetTouches

targetTouches: TouchList

Optional timeStamp

timeStamp: Date

Optional touches

touches: TouchList

Optional type

type: undefined | string

Optional view

Optional which

which: undefined | number

Methods

Optional getModifierState

  • getModifierState(key: string): boolean
  • Parameters

    • key: string

    Returns boolean

Optional preventDefault

  • preventDefault(): void

Optional stopPropagation

  • stopPropagation(): void

Generated using TypeDoc