Skip to main content
Module

x/astral/bindings/celestial.ts>DOM_BoxModel

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias DOM_BoxModel
import { type DOM_BoxModel } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Box model.

definition: { content: DOM_Quad; padding: DOM_Quad; border: DOM_Quad; margin: DOM_Quad; width: number; height: number; shapeOutside?: DOM_ShapeOutsideInfo; }