redraw/dom/event/focus

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

Types

pub type FocusEvent

Functions

pub fn as_event(event: FocusEvent) -> Event

FocusEvent inherits Event.

pub fn as_ui_event(event: FocusEvent) -> UIEvent

FocusEvent inherits UIEvent.

pub fn related_target(event: FocusEvent) -> Dynamic
Search Document