14 lines
589 B
Markdown
14 lines
589 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) > [rowHatchColor](./puppeteer.protocol.overlay.gridhighlightconfig.rowhatchcolor.md)
|
||
|
|
||
|
## Protocol.Overlay.GridHighlightConfig.rowHatchColor property
|
||
|
|
||
|
The row gap hatching fill color (default: transparent).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
rowHatchColor?: DOM.RGBA;
|
||
|
```
|