Interface DeviceMotionEventRotationRate
interface DeviceMotionEventRotationRate { alpha: null | number; beta: null | number; gamma: null | number; } Properties
Readonly
alpha
alpha: null | number
Readonly
beta
beta: null | number
Readonly
gamma
gamma: null | number
Available only in secure contexts.
MDN Reference