14 lines
560 B
Markdown
14 lines
560 B
Markdown
<!-- 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) > [HighlightConfig](./puppeteer.protocol.overlay.highlightconfig.md) > [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;
|
|
```
|