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

    Interface DeviceMotionEventRotationRate

    Available only in secure contexts.

    MDN Reference

    interface DeviceMotionEventRotationRate {
        alpha: null | number;
        beta: null | number;
        gamma: null | number;
    }
    Index

    Properties

    Properties

    alpha: null | number
    beta: null | number
    gamma: null | number