kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
TouchEvent
Touch
Event
JS
open
external
class
TouchEvent
:
UIEvent
Types
Constructors
Functions
Properties
Constructors
Touch
Event
Link copied to clipboard
JS
fun
TouchEvent
(
)
Types
Companion
Link copied to clipboard
JS
object
Companion
Functions
composed
Path
Link copied to clipboard
JS
fun
composedPath
(
)
:
Array
<
EventTarget
>
init
Event
Link copied to clipboard
JS
fun
initEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
)
prevent
Default
Link copied to clipboard
JS
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
JS
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
JS
fun
stopPropagation
(
)
Properties
alt
Key
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
changed
Touches
Link copied to clipboard
JS
open
val
changedTouches
:
TouchList
composed
Link copied to clipboard
JS
open
val
composed
:
Boolean
ctrl
Key
Link copied to clipboard
JS
open
val
ctrlKey
:
Boolean
current
Target
Link copied to clipboard
JS
open
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
JS
open
val
defaultPrevented
:
Boolean
detail
Link copied to clipboard
JS
open
val
detail
:
Int
event
Phase
Link copied to clipboard
JS
open
val
eventPhase
:
Short
is
Trusted
Link copied to clipboard
JS
open
val
isTrusted
:
Boolean
meta
Key
Link copied to clipboard
JS
open
val
metaKey
:
Boolean
shift
Key
Link copied to clipboard
JS
open
val
shiftKey
:
Boolean
target
Link copied to clipboard
JS
open
val
target
:
EventTarget
?
target
Touches
Link copied to clipboard
JS
open
val
targetTouches
:
TouchList
time
Stamp
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
?