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