vot.js - v2.4.12
    Preparing search index...

    Interface DeviceOrientationEventInit

    interface DeviceOrientationEventInit {
        absolute?: boolean;
        alpha?: null | number;
        beta?: null | number;
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        gamma?: null | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    absolute?: boolean
    alpha?: null | number
    beta?: null | number
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    gamma?: null | number