Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Orientation

import type { Orientation } from "https://googleapis.deno.dev/v1/testing:v1.ts";

Screen orientation of the device.

interface Orientation {
id?: string;
name?: string;
tags?: string[];
}

§Properties

§
id?: string
[src]

The id for this orientation. Example: "portrait".

§
name?: string
[src]

A human-friendly name for this orientation. Example: "portrait".

§
tags?: string[]
[src]

Tags for this dimension. Example: "default".