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

14 lines
574 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; [contentColor](./puppeteer.protocol.overlay.highlightconfig.contentcolor.md)
## Protocol.Overlay.HighlightConfig.contentColor property
The content box highlight fill color (default: transparent).
<b>Signature:</b>
```typescript
contentColor?: DOM.RGBA;
```