Type Alias FocusEventInit

Source
pub(crate) type FocusEventInit = FocusEventInit<DomTypeHolder>;

Aliased Type§

pub(crate) struct FocusEventInit {
    pub parent: UIEventInit<DomTypeHolder>,
    pub relatedTarget: Option<Root<Dom<EventTarget>>>,
}

Fields§

§parent: UIEventInit<DomTypeHolder>§relatedTarget: Option<Root<Dom<EventTarget>>>