puppeteer/new-docs/puppeteer.protocol.overlay.gridhighlightconfig.cellborderdash.md
2020-07-13 14:01:35 +01:00

14 lines
588 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [GridHighlightConfig](./puppeteer.protocol.overlay.gridhighlightconfig.md) &gt; [cellBorderDash](./puppeteer.protocol.overlay.gridhighlightconfig.cellborderdash.md)
## Protocol.Overlay.GridHighlightConfig.cellBorderDash property
Whether the cell border is dashed (default: false).
<b>Signature:</b>
```typescript
cellBorderDash?: boolean;
```