14 lines
604 B
Markdown
14 lines
604 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [GridHighlightConfig](./puppeteer.protocol.overlay.gridhighlightconfig.md) > [columnHatchColor](./puppeteer.protocol.overlay.gridhighlightconfig.columnhatchcolor.md)
|
|
|
|
## Protocol.Overlay.GridHighlightConfig.columnHatchColor property
|
|
|
|
The column gap hatching fill color (default: transparent).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
columnHatchColor?: DOM.RGBA;
|
|
```
|