[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Accessibility](./puppeteer.protocol.accessibility.md) > [GetPartialAXTreeResponse](./puppeteer.protocol.accessibility.getpartialaxtreeresponse.md)
## Protocol.Accessibility.GetPartialAXTreeResponse interface
Signature:
```typescript
export interface GetPartialAXTreeResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [nodes](./puppeteer.protocol.accessibility.getpartialaxtreeresponse.nodes.md) | [AXNode](./puppeteer.protocol.accessibility.axnode.md)\[\] | The Accessibility.AXNode
for this DOM node, if it exists, plus its ancestors, siblings and children, if requested. |