redraw/dom/event/focus

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

Types

pub type FocusEvent

Values

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

FocusEvent inherits Event.

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

FocusEvent inherits UIEvent.

Search Document