2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: SerializedAXNode.description
|
|
|
|
---
|
|
|
|
|
|
|
|
# SerializedAXNode.description property
|
|
|
|
|
|
|
|
An additional human readable description of the node.
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface SerializedAXNode {
|
|
|
|
description?: string;
|
|
|
|
}
|
|
|
|
```
|