[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 Signature: ```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. |