Interface XRInputSourceEventInit
interface XRInputSourceEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
frame?: XRFrame;
inputSource?: XRInputSource;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
frame?: XRFrame;
inputSource?: XRInputSource;
}
Hierarchy
- EventInit
- XRInputSourceEventInit (View Summary)