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

23 lines
1.4 KiB
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; [DescribeNodeRequest](./puppeteer.protocol.dom.describenoderequest.md)
## Protocol.DOM.DescribeNodeRequest interface
<b>Signature:</b>
```typescript
export interface DescribeNodeRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [backendNodeId](./puppeteer.protocol.dom.describenoderequest.backendnodeid.md) | [BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Identifier of the backend node. |
| [depth](./puppeteer.protocol.dom.describenoderequest.depth.md) | [integer](./puppeteer.protocol.integer.md) | The maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0. |
| [nodeId](./puppeteer.protocol.dom.describenoderequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Identifier of the node. |
| [objectId](./puppeteer.protocol.dom.describenoderequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | JavaScript object id of the node wrapper. |
| [pierce](./puppeteer.protocol.dom.describenoderequest.pierce.md) | boolean | Whether or not iframes and shadow roots should be traversed when returning the subtree (default is false). |