Skip to main content
Module

x/astral/bindings/celestial.ts>Emulation_ScreenOrientation

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Emulation_ScreenOrientation
import { type Emulation_ScreenOrientation } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Screen orientation.

definition: { type:
| "portraitPrimary"
| "portraitSecondary"
| "landscapePrimary"
| "landscapeSecondary"
; angle: number; }