Type Alias EventInit

Source
pub(crate) type EventInit = EventInit;

Aliased Type§

pub(crate) struct EventInit {
    pub bubbles: bool,
    pub cancelable: bool,
    pub composed: bool,
}

Fields§

§bubbles: bool§cancelable: bool§composed: bool