Type Alias FocusEvent

Source
pub type FocusEvent<TCurrent = Element> = SyntheticEvent<TCurrent, FocusEvent, FocusEvent>;

Aliased Typeยง

pub struct FocusEvent<TCurrent = Element> { /* private fields */ }