On this page
Properties

Interface DeviceMotionEventRotationRateInit

interface DeviceMotionEventRotationRateInit {
    alpha?: number | null;
    beta?: number | null;
    gamma?: number | null;
}
Index

Properties

Properties

alpha?: number | null
beta?: number | null
gamma?: number | null
Was this helpful?
SDK JS
Reference
DeviceMotionEventRotationRateInit