2020-07-13 13:01:35 +00:00
|
|
|
<!-- 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
|
|
|
|
|
2020-09-09 19:23:46 +00:00
|
|
|
Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead.
|
2020-07-13 13:01:35 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
cellBorderDash?: boolean;
|
|
|
|
```
|