puppeteer/new-docs/puppeteer.protocol.accessibility.getpartialaxtreerequest.md

22 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; [Accessibility](./puppeteer.protocol.accessibility.md) &gt; [GetPartialAXTreeRequest](./puppeteer.protocol.accessibility.getpartialaxtreerequest.md)
## Protocol.Accessibility.GetPartialAXTreeRequest interface
<b>Signature:</b>
```typescript
export interface GetPartialAXTreeRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [backendNodeId](./puppeteer.protocol.accessibility.getpartialaxtreerequest.backendnodeid.md) | [DOM.BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Identifier of the backend node to get the partial accessibility tree for. |
| [fetchRelatives](./puppeteer.protocol.accessibility.getpartialaxtreerequest.fetchrelatives.md) | boolean | Whether to fetch this nodes ancestors, siblings and children. Defaults to true. |
| [nodeId](./puppeteer.protocol.accessibility.getpartialaxtreerequest.nodeid.md) | [DOM.NodeId](./puppeteer.protocol.dom.nodeid.md) | Identifier of the node to get the partial accessibility tree for. |
| [objectId](./puppeteer.protocol.accessibility.getpartialaxtreerequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | JavaScript object id of the node wrapper to get the partial accessibility tree for. |