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

14 lines
560 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; [showInfo](./puppeteer.protocol.overlay.highlightconfig.showinfo.md)
## Protocol.Overlay.HighlightConfig.showInfo property
Whether the node info tooltip should be shown (default: false).
<b>Signature:</b>
```typescript
showInfo?: boolean;
```