14 lines
598 B
Markdown
14 lines
598 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [HighlightFrameRequest](./puppeteer.protocol.overlay.highlightframerequest.md) > [contentColor](./puppeteer.protocol.overlay.highlightframerequest.contentcolor.md)
|
|
|
|
## Protocol.Overlay.HighlightFrameRequest.contentColor property
|
|
|
|
The content box highlight fill color (default: transparent).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
contentColor?: DOM.RGBA;
|
|
```
|