Package-level declarations

Types

Link copied to clipboard
open class CompositionEvent(type: String, eventInitDict: CompositionEventInit) : UIEvent, JsAny

Exposes the JavaScript CompositionEvent to Kotlin

Link copied to clipboard
Link copied to clipboard
open class Event(type: String, eventInitDict: EventInit) : JsAny

Exposes the JavaScript Event to Kotlin

Link copied to clipboard
interface EventListener : JsAny

Exposes the JavaScript EventListener to Kotlin

Link copied to clipboard
Link copied to clipboard
abstract class EventTarget : JsAny

Exposes the JavaScript EventTarget to Kotlin

Link copied to clipboard
open class FocusEvent(type: String, eventInitDict: FocusEventInit) : UIEvent, JsAny

Exposes the JavaScript FocusEvent to Kotlin

Link copied to clipboard
Link copied to clipboard
open class InputEvent(type: String, eventInitDict: InputEventInit) : UIEvent, JsAny

Exposes the JavaScript InputEvent to Kotlin

Link copied to clipboard
Link copied to clipboard
open class KeyboardEvent(type: String, eventInitDict: KeyboardEventInit) : UIEvent, JsAny

Exposes the JavaScript KeyboardEvent to Kotlin

Link copied to clipboard
Link copied to clipboard

Exposes the JavaScript MouseEvent to Kotlin

Link copied to clipboard
Link copied to clipboard
open class UIEvent(type: String, eventInitDict: UIEventInit) : Event, JsAny

Exposes the JavaScript UIEvent to Kotlin

Link copied to clipboard
Link copied to clipboard
open class WheelEvent(type: String, eventInitDict: WheelEventInit) : MouseEvent, JsAny

Exposes the JavaScript WheelEvent to Kotlin

Link copied to clipboard