Interface DeviceMotionEventRotationRateInit
interface DeviceMotionEventRotationRateInit { alpha?: null | number; beta?: null | number; gamma?: null | number; } Properties
Optional alpha
alpha?: null | number
Optional beta
beta?: null | number
Optional gamma
gamma?: null | number