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

Property.Azimuth

type Azimuth =
| "behind"
| "center"
| "center-left"
| "center-right"
| "far-left"
| "far-right"
| "left"
| "left-side"
| "leftwards"
| "right"
| "right-side"
| "rightwards"
| (string & {});

§Type

§
Globals | "behind" | "center" | "center-left" | "center-right" | "far-left" | "far-right" | "left" | "left-side" | "leftwards" | "right" | "right-side" | "rightwards" | (string & {})
[src]