21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
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) > [HighlightQuadRequest](./puppeteer.protocol.overlay.highlightquadrequest.md)
|
||
|
|
||
|
## Protocol.Overlay.HighlightQuadRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface HighlightQuadRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [color](./puppeteer.protocol.overlay.highlightquadrequest.color.md) | [DOM.RGBA](./puppeteer.protocol.dom.rgba.md) | The highlight fill color (default: transparent). |
|
||
|
| [outlineColor](./puppeteer.protocol.overlay.highlightquadrequest.outlinecolor.md) | [DOM.RGBA](./puppeteer.protocol.dom.rgba.md) | The highlight outline color (default: transparent). |
|
||
|
| [quad](./puppeteer.protocol.overlay.highlightquadrequest.quad.md) | [DOM.Quad](./puppeteer.protocol.dom.quad.md) | Quad to highlight |
|
||
|
|