Skip to main content
Module

x/evt/mod.ts>dom.DeviceOrientationEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.DeviceOrientationEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.3/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