UIEvent

JS
1.1
open class UIEvent : Event

Exposes the JavaScript UIEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript UIEvent to Kotlin

UIEvent(
    type: String,
    eventInitDict: UIEventInit = definedExternally)

Properties

JS
1.1

detail

open val detail: Int
JS
1.1

view

open val view: Window?

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

Inheritors

JS
1.1

CompositionEvent

Exposes the JavaScript CompositionEvent to Kotlin

open class CompositionEvent : UIEvent
JS
1.1

FocusEvent

Exposes the JavaScript FocusEvent to Kotlin

open class FocusEvent : UIEvent
JS
1.1

InputEvent

Exposes the JavaScript InputEvent to Kotlin

open class InputEvent : UIEvent
JS
1.1

KeyboardEvent

Exposes the JavaScript KeyboardEvent to Kotlin

open class KeyboardEvent : UIEvent
JS
1.1

MouseEvent

Exposes the JavaScript MouseEvent to Kotlin

open class MouseEvent : UIEvent, UnionElementOrMouseEvent
JS
1.1

TouchEvent

open class TouchEvent : UIEvent