puppeteer/new-docs/puppeteer.protocol.overlay.highlightquadrequest.md

21 lines
1.0 KiB
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; [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 |