19 lines
704 B
Markdown
19 lines
704 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetContentQuadsResponse](./puppeteer.protocol.dom.getcontentquadsresponse.md)
|
||
|
|
||
|
## Protocol.DOM.GetContentQuadsResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetContentQuadsResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [quads](./puppeteer.protocol.dom.getcontentquadsresponse.quads.md) | [Quad](./puppeteer.protocol.dom.quad.md)<!-- -->\[\] | Quads that describe node layout relative to viewport. |
|
||
|
|