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

DeviceMotionEventRotationRate

Available only in secure contexts.

interface DeviceMotionEventRotationRate {
readonly alpha: number | null;
readonly beta: number | null;
readonly gamma: number | null;
}

§Properties

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