import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { GridHighlightConfig } = default.Overlay;
Configuration data for the highlighting of Grid elements.
Properties
Whether the extension lines from grid cells to the rulers should be shown (default: false).
The grid container border highlight color (default: transparent).
The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead.
The row line color (default: transparent).
The column line color (default: transparent).
Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead.
The row gap highlight fill color (default: transparent).
The row gap hatching fill color (default: transparent).
The column gap highlight fill color (default: transparent).
The column gap hatching fill color (default: transparent).
The named grid areas border color (Default: transparent).
The grid container background color (Default: transparent).