Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.DOM.BoxModel

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.DOM.BoxModel
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { BoxModel } = Protocol.DOM;

Box model.

Properties

content: Quad

Content box

padding: Quad

Padding box

border: Quad

Border box

margin: Quad

Margin box

width: integer

Node width

height: integer

Node height

optional
shapeOutside: ShapeOutsideInfo

Shape outside coordinates