Interface DeviceMotionEventRotationRate

    Available only in secure contexts.

    MDN Reference

    interface DeviceMotionEventRotationRate {
        alpha: number;
        beta: number;
        gamma: number;
    }

    Properties

    Properties

    alpha: number
    beta: number
    gamma: number