InputEvent

JS
1.1
open class InputEvent : UIEvent
(source)

Exposes the JavaScript InputEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript InputEvent to Kotlin

InputEvent (
type : String ,
eventInitDict : InputEventInit = definedExternally )

Properties

JS
1.1

data

open val data : String
JS
1.1

isComposing

open val isComposing : Boolean

Companion Object Properties

JS
1.1

AT_TARGET

val AT_TARGET : Short
JS
1.1

BUBBLING_PHASE

val BUBBLING_PHASE : Short
JS
1.1

CAPTURING_PHASE

val CAPTURING_PHASE : Short
JS
1.1

NONE

val NONE : Short