Skip to main content
Module

x/evt/lib/types/index.ts>dom.DeviceRotationRate

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.DeviceRotationRate
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { DeviceRotationRate } = dom;

Provides information about the rate at which the device is rotating around all three axes.

Properties

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