puppeteer/new-docs/puppeteer.protocol.dom.getcontentquadsresponse.md

19 lines
704 B
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; [DOM](./puppeteer.protocol.dom.md) &gt; [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. |