[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). Signature: ```typescript showInfo?: boolean; ```