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

OrientationLockType

type OrientationLockType =
| "any"
| "landscape"
| "landscape-primary"
| "landscape-secondary"
| "natural"
| "portrait"
| "portrait-primary"
| "portrait-secondary";

§Type

§
"any" | "landscape" | "landscape-primary" | "landscape-secondary" | "natural" | "portrait" | "portrait-primary" | "portrait-secondary"
[src]