Interface XRInputSourceEventInit

    interface XRInputSourceEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        frame?: XRFrame;
        inputSource?: XRInputSource;
    }
    Hierarchy

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    frame?: XRFrame
    inputSource?: XRInputSource