WebIDLpedia

DeviceMotionEventRotationRate interface

Definition

DeviceOrientation Event Specification defines DeviceMotionEventRotationRate



[Exposed=Window, SecureContext]
interface DeviceMotionEventRotationRate {
    readonly attribute double? alpha;
    readonly attribute double? beta;
    readonly attribute double? gamma;
};

Methods and attributes that return objects implementing DeviceMotionEventRotationRate

Referring IDL interfaces/dictionaries