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 Element/focus_event, Element/blur_event, Element/focusin_event, and Element/focusout_event.
Link copied to clipboard