Package-level declarations
Types
Link copied to clipboard
open class CompositionEvent(val type: EventType<CompositionEvent>, init: CompositionEventInit = definedExternally) : UIEvent
The DOM CompositionEvent
represents events that occur due to the user indirectly entering text.
Link copied to clipboard
Link copied to clipboard
open class InputEvent(val type: EventType<InputEvent>, init: InputEventInit = definedExternally) : UIEvent
The InputEvent
interface represents an event notifying the user of editable content changes.
Link copied to clipboard