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

DeviceOrientationEventInit

interface DeviceOrientationEventInit extends EventInit {
absolute?: boolean;
alpha?: number | null;
beta?: number | null;
gamma?: number | null;
}

§Extends

§Properties

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