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

LTRB

import type { LTRB } from "https://raw.githubusercontent.com/deno-windowing/dwm/main/mod.ts";
interface LTRB {
bottom: number;
left: number;
right: number;
top: number;
}

§Properties

§
bottom: number
[src]
§
left: number
[src]
§
top: number
[src]