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) > [cellBorderColor](./puppeteer.protocol.overlay.gridhighlightconfig.cellbordercolor.md)
|
|
|
|
|
|
|
|
## Protocol.Overlay.GridHighlightConfig.cellBorderColor property
|
|
|
|
|
2020-09-09 19:23:46 +00:00
|
|
|
The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead.
|
2020-07-13 13:01:35 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
cellBorderColor?: DOM.RGBA;
|
|
|
|
```
|