14 lines
585 B
Markdown
14 lines
585 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) > [HighlightRectRequest](./puppeteer.protocol.overlay.highlightrectrequest.md) > [outlineColor](./puppeteer.protocol.overlay.highlightrectrequest.outlinecolor.md)
|
||
|
|
||
|
## Protocol.Overlay.HighlightRectRequest.outlineColor property
|
||
|
|
||
|
The highlight outline color (default: transparent).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
outlineColor?: DOM.RGBA;
|
||
|
```
|