The FocusEvent interface represents focus-related events, including focus, blur, focusin, and focusout.
FocusEvent
focus
blur
focusin
focusout
Documentation
pub type FocusEvent
pub fn as_event(event: FocusEvent) -> Event
FocusEvent inherits Event.
Event
pub fn as_ui_event(event: FocusEvent) -> UIEvent
FocusEvent inherits UIEvent.
UIEvent
pub fn related_target(event: FocusEvent) -> Dynamic