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.Event
FocusEvent inherits Event.
Event
pub fn as_ui_event(event: FocusEvent) -> ui.UIEvent
FocusEvent inherits UIEvent.
UIEvent
pub fn related_target(event: FocusEvent) -> dynamic.Dynamic