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

    Interface DeviceMotionEventAcceleration

    Available only in secure contexts.

    MDN Reference

    interface DeviceMotionEventAcceleration {
        x: null | number;
        y: null | number;
        z: null | number;
    }
    Index

    Properties

    x y z

    Properties

    x: null | number
    y: null | number
    z: null | number