UIEvent
Constructors
<init>
Exposes the JavaScript UIEvent to Kotlin
UIEvent(
type: String,
eventInitDict: UIEventInit = definedExternally)
Properties
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