import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { HighlightConfig } = default.Overlay;
Configuration data for the highlighting of page elements.
Properties
Whether the extension lines from node to the rulers should be shown (default: false).
The content box highlight fill color (default: transparent).
The padding highlight fill color (default: transparent).
The border highlight fill color (default: transparent).
The margin highlight fill color (default: transparent).
The event target element highlight fill color (default: transparent).
The shape outside fill color (default: transparent).
The shape margin fill color (default: transparent).
The grid layout color (default: transparent).
The color format used to format color styles (default: hex).
The grid layout highlight configuration (default: all transparent).
The flex container highlight configuration (default: all transparent).
The flex item highlight configuration (default: all transparent).
The contrast algorithm to use for the contrast ratio (default: aa).
The container query container highlight configuration (default: all transparent).