import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { HighlightConfig } = Protocol.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).