Skip to main content
Module

x/evt/lib/types/lib.dom.ts>DeviceOrientationEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface DeviceOrientationEvent
implements Event
import { type DeviceOrientationEvent } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

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