Skip to main content
Module

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

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

A screen, usually the one on which the current window is being rendered, and is obtained using window.screen.

Properties

readonly
availHeight: number
readonly
availWidth: number
readonly
colorDepth: number
readonly
height: number
readonly
orientation: ScreenOrientation
readonly
pixelDepth: number
readonly
width: number