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

14 lines
558 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; [shapeColor](./puppeteer.protocol.overlay.highlightconfig.shapecolor.md)
## Protocol.Overlay.HighlightConfig.shapeColor property
The shape outside fill color (default: transparent).
<b>Signature:</b>
```typescript
shapeColor?: DOM.RGBA;
```