Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>DOMSnapshot_LayoutTreeNode

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

Details of an element in the DOM tree with a LayoutObject.

definition: { domNodeIndex: number; boundingBox: DOM_Rect; layoutText?: string; inlineTextNodes?: DOMSnapshot_InlineTextBox[]; styleIndex?: number; paintOrder?: number; isStackingContext?: boolean; }