UIEvent
Constructors
<init>
Exposes the JavaScript UIEvent to Kotlin
UIEvent(
type: String,
eventInitDict: UIEventInit = definedExternally)
Properties
Companion Object Properties
AT_TARGET
val AT_TARGET: Short
BUBBLING_PHASE
val BUBBLING_PHASE: Short
CAPTURING_PHASE
val CAPTURING_PHASE: Short
NONE
val NONE: Short
Inheritors
CompositionEvent
Exposes the JavaScript CompositionEvent to Kotlin
open class CompositionEvent : UIEvent
FocusEvent
Exposes the JavaScript FocusEvent to Kotlin
open class FocusEvent : UIEvent
InputEvent
Exposes the JavaScript InputEvent to Kotlin
open class InputEvent : UIEvent
KeyboardEvent
Exposes the JavaScript KeyboardEvent to Kotlin
open class KeyboardEvent : UIEvent
MouseEvent
Exposes the JavaScript MouseEvent to Kotlin
open class MouseEvent : UIEvent, UnionElementOrMouseEvent
TouchEvent
open class TouchEvent : UIEvent