WebIDLpedia

DeviceMotionEventAcceleration interface

Definition

Device Orientation and Motion defines DeviceMotionEventAcceleration



[Exposed=Window, SecureContext]
interface DeviceMotionEventAcceleration {
    readonly attribute double? x;
    readonly attribute double? y;
    readonly attribute double? z;
};

Methods and attributes that return objects implementing DeviceMotionEventAcceleration

Referring IDL interfaces/dictionaries