Interface DeviceMotionEventAcceleration

    Available only in secure contexts.

    MDN Reference

    interface DeviceMotionEventAcceleration {
        x: number;
        y: number;
        z: number;
    }

    Properties

    x y z

    Properties

    x: number
    y: number
    z: number