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) > [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;
|
||
|
```
|