puppeteer/new-docs/puppeteer.protocol.overlay.highlightframerequest.contentoutlinecolor.md
2020-07-13 14:01:35 +01:00

14 lines
629 B
Markdown

<!-- 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; [HighlightFrameRequest](./puppeteer.protocol.overlay.highlightframerequest.md) &gt; [contentOutlineColor](./puppeteer.protocol.overlay.highlightframerequest.contentoutlinecolor.md)
## Protocol.Overlay.HighlightFrameRequest.contentOutlineColor property
The content box highlight outline color (default: transparent).
<b>Signature:</b>
```typescript
contentOutlineColor?: DOM.RGBA;
```