[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [HighlightConfig](./puppeteer.protocol.overlay.highlightconfig.md) > [showStyles](./puppeteer.protocol.overlay.highlightconfig.showstyles.md) ## Protocol.Overlay.HighlightConfig.showStyles property Whether the node styles in the tooltip (default: false). Signature: ```typescript showStyles?: boolean; ```