puppeteer/new-docs/puppeteer.protocol.overlay.highlightconfig.showrulers.md

14 lines
557 B
Markdown
Raw Normal View History

<!-- 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; [HighlightConfig](./puppeteer.protocol.overlay.highlightconfig.md) &gt; [showRulers](./puppeteer.protocol.overlay.highlightconfig.showrulers.md)
## Protocol.Overlay.HighlightConfig.showRulers property
Whether the rulers should be shown (default: false).
<b>Signature:</b>
```typescript
showRulers?: boolean;
```