Package-level declarations
Types
Link copied to clipboard
open class FocusEvent(val type: EventType<FocusEvent>, init: FocusEventInit = definedExternally) : UIEvent
The FocusEvent interface represents focus-related events, including focus, blur, focusin, and focusout.
Link copied to clipboard