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

Dimension

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

A magnitude in a single direction in the specified units.

interface Dimension {
magnitude?: number;
unit?: "UNIT_UNSPECIFIED" | "PT";
}

§Properties

§
magnitude?: number
[src]

The magnitude.

§
unit?: "UNIT_UNSPECIFIED" | "PT"
[src]

The units for magnitude.