redraw/dom/event/focus

The FocusEvent interface represents focus-related events, including focus, blur, focusin, and focusout.

Types

pub type FocusEvent

Values

pub const as_event: fn(FocusEvent) -> event.Event

FocusEvent inherits Event.

pub const as_ui_event: fn(FocusEvent) -> ui.UIEvent

FocusEvent inherits UIEvent.

Search Document