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