Class TouchEvent

Hierarchy

Implements

Constructors

Properties

AT_TARGET: 2 = ...
BUBBLING_PHASE: 3 = ...
CAPTURING_PHASE: 1 = ...
NONE: 0 = ...
altKey: boolean
bubbles: boolean
cancelBubble: boolean
cancelable: boolean
changedTouches: TouchList
composed: boolean
ctrlKey: boolean
currentTarget: null | EventTarget
defaultPrevented: boolean
detail: number
eventPhase: number
isTrusted: boolean
metaKey: boolean
returnValue: boolean
shiftKey: boolean
srcElement: null | EventTarget
target: null | EventTarget
targetTouches: TouchList
timeStamp: number
touches: TouchList
type: string
view: null
which: number
AT_TARGET: 2 = ...
BUBBLING_PHASE: 3 = ...
CAPTURING_PHASE: 1 = ...
NONE: 0 = ...

Methods

  • Parameters

    • type: string
    • Optional bubbles: boolean
    • Optional cancelable: boolean

    Returns void

  • Returns void

  • Returns void

  • Returns void

  • Returns void

Generated using TypeDoc