14 lines
588 B
Markdown
14 lines
588 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) > [gridBorderDash](./puppeteer.protocol.overlay.gridhighlightconfig.gridborderdash.md)
|
||
|
|
||
|
## Protocol.Overlay.GridHighlightConfig.gridBorderDash property
|
||
|
|
||
|
Whether the grid border is dashed (default: false).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
gridBorderDash?: boolean;
|
||
|
```
|