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

14 lines
660 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; [showGridExtensionLines](./puppeteer.protocol.overlay.gridhighlightconfig.showgridextensionlines.md)
## Protocol.Overlay.GridHighlightConfig.showGridExtensionLines property
Whether the extension lines from grid cells to the rulers should be shown (default: false).
<b>Signature:</b>
```typescript
showGridExtensionLines?: boolean;
```