pub(crate) type UIEventInit = UIEventInit<DomTypeHolder>;
Aliased Type§
pub(crate) struct UIEventInit {
pub parent: EventInit,
pub detail: i32,
pub view: Option<Root<Dom<Window>>>,
}
Fields§
§parent: EventInit
§detail: i32
§view: Option<Root<Dom<Window>>>