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

14 lines
561 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; [showStyles](./puppeteer.protocol.overlay.highlightconfig.showstyles.md)
## Protocol.Overlay.HighlightConfig.showStyles property
Whether the node styles in the tooltip (default: false).
<b>Signature:</b>
```typescript
showStyles?: boolean;
```