puppeteer/new-docs/puppeteer.protocol.dom.getdocumentresponse.md
2020-07-13 14:01:35 +01:00

19 lines
632 B
Markdown

<!-- 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; [GetDocumentResponse](./puppeteer.protocol.dom.getdocumentresponse.md)
## Protocol.DOM.GetDocumentResponse interface
<b>Signature:</b>
```typescript
export interface GetDocumentResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [root](./puppeteer.protocol.dom.getdocumentresponse.root.md) | [Node](./puppeteer.protocol.dom.node.md) | Resulting node. |