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

14 lines
667 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; [SetInspectModeRequest](./puppeteer.protocol.overlay.setinspectmoderequest.md) &gt; [highlightConfig](./puppeteer.protocol.overlay.setinspectmoderequest.highlightconfig.md)
## Protocol.Overlay.SetInspectModeRequest.highlightConfig property
A descriptor for the highlight appearance of hovered-over nodes. May be omitted if `enabled == false`<!-- -->.
<b>Signature:</b>
```typescript
highlightConfig?: HighlightConfig;
```