14 lines
518 B
Markdown
14 lines
518 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) > [HighlightQuadRequest](./puppeteer.protocol.overlay.highlightquadrequest.md) > [quad](./puppeteer.protocol.overlay.highlightquadrequest.quad.md)
|
||
|
|
||
|
## Protocol.Overlay.HighlightQuadRequest.quad property
|
||
|
|
||
|
Quad to highlight
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
quad: DOM.Quad;
|
||
|
```
|