Skip to main content
Module

x/commandis/mod.ts>dom.Screen

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

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