Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeviceMotionEventRotationRateInit

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

§Properties

§
alpha?: number | null
[src]
§
beta?: number | null
[src]
§
gamma?: number | null
[src]