Skip to main content
Module

x/commandis/mod.ts>dom.DeviceOrientationEvent

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.DeviceOrientationEvent
implements Event
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { DeviceOrientationEvent } = dom;

The DeviceOrientationEvent provides web developers with information from the physical orientation of the device running the web page.

Properties

readonly
absolute: boolean
readonly
alpha: number | null
readonly
beta: number | null
readonly
gamma: number | null