Skip to main content
Module

x/astral/bindings/celestial.ts>Overlay_HighlightConfig

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

Configuration data for the highlighting of page elements.

definition: { showInfo?: boolean; showStyles?: boolean; showRulers?: boolean; showAccessibilityInfo?: boolean; showExtensionLines?: boolean; contentColor?: DOM_RGBA; paddingColor?: DOM_RGBA; borderColor?: DOM_RGBA; marginColor?: DOM_RGBA; eventTargetColor?: DOM_RGBA; shapeColor?: DOM_RGBA; shapeMarginColor?: DOM_RGBA; cssGridColor?: DOM_RGBA; colorFormat?: Overlay_ColorFormat; gridHighlightConfig?: Overlay_GridHighlightConfig; flexContainerHighlightConfig?: Overlay_FlexContainerHighlightConfig; flexItemHighlightConfig?: Overlay_FlexItemHighlightConfig; contrastAlgorithm?: Overlay_ContrastAlgorithm; containerQueryContainerHighlightConfig?: Overlay_ContainerQueryContainerHighlightConfig; }