Skip to main content
Module

x/astral/bindings/celestial.ts>DOMSnapshot_InlineTextBox

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

Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.

definition: { boundingBox: DOM_Rect; startCharacterIndex: number; numCharacters: number; }