---
sidebar_label: SerializedAXNode.description
---

# SerializedAXNode.description property

An additional human readable description of the node.

**Signature:**

```typescript
interface SerializedAXNode {
  description?: string;
}
```