WebIDLpedia

DeviceMotionEventAcceleration interface

Definition

DeviceOrientation Event Specification 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