TouchEvent

open external class TouchEvent : UIEvent

Types

Companion
Link copied to clipboard
JS
object Companion

Functions

composedPath
Link copied to clipboard
JS
fun composedPath(): Array<EventTarget>
initEvent
Link copied to clipboard
JS
fun initEvent(type: String, bubbles: Boolean, cancelable: Boolean)
preventDefault
Link copied to clipboard
JS
fun preventDefault()
stopImmediatePropagation
Link copied to clipboard
JS
fun stopImmediatePropagation()
stopPropagation
Link copied to clipboard
JS
fun stopPropagation()

Properties

altKey
Link copied to clipboard
JS
open val altKey: Boolean
bubbles
Link copied to clipboard
JS
open val bubbles: Boolean
cancelable
Link copied to clipboard
JS
open val cancelable: Boolean
changedTouches
Link copied to clipboard
JS
open val changedTouches: TouchList
composed
Link copied to clipboard
JS
open val composed: Boolean
ctrlKey
Link copied to clipboard
JS
open val ctrlKey: Boolean
currentTarget
Link copied to clipboard
JS
open val currentTarget: EventTarget?
defaultPrevented
Link copied to clipboard
JS
open val defaultPrevented: Boolean
detail
Link copied to clipboard
JS
open val detail: Int
eventPhase
Link copied to clipboard
JS
open val eventPhase: Short
isTrusted
Link copied to clipboard
JS
open val isTrusted: Boolean
metaKey
Link copied to clipboard
JS
open val metaKey: Boolean
shiftKey
Link copied to clipboard
JS
open val shiftKey: Boolean
target
Link copied to clipboard
JS
open val target: EventTarget?
targetTouches
Link copied to clipboard
JS
open val targetTouches: TouchList
timeStamp
Link copied to clipboard
JS
open val timeStamp: Number
touches
Link copied to clipboard
JS
open val touches: TouchList
type
Link copied to clipboard
JS
open val type: String
view
Link copied to clipboard
JS
open val view: Window?