mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2.2 KiB
2.2 KiB
Home > puppeteer > Protocol > Overlay > GridHighlightConfig
Protocol.Overlay.GridHighlightConfig interface
Configuration data for the highlighting of Grid elements.
Signature:
export interface GridHighlightConfig
Properties
| Property | Type | Description |
|---|---|---|
| cellBorderColor | DOM.RGBA | The cell border color (default: transparent). |
| cellBorderDash | boolean | Whether the cell border is dashed (default: false). |
| columnGapColor | DOM.RGBA | The column gap highlight fill color (default: transparent). |
| columnHatchColor | DOM.RGBA | The column gap hatching fill color (default: transparent). |
| gridBorderColor | DOM.RGBA | The grid container border highlight color (default: transparent). |
| gridBorderDash | boolean | Whether the grid border is dashed (default: false). |
| rowGapColor | DOM.RGBA | The row gap highlight fill color (default: transparent). |
| rowHatchColor | DOM.RGBA | The row gap hatching fill color (default: transparent). |
| showGridExtensionLines | boolean | Whether the extension lines from grid cells to the rulers should be shown (default: false). |