pub(crate) type XRSessionEventInit = XRSessionEventInit<DomTypeHolder>;
Aliased Type§
pub(crate) struct XRSessionEventInit {
pub parent: EventInit,
pub session: Root<Dom<XRSession>>,
}
Fields§
§parent: EventInit
§session: Root<Dom<XRSession>>