16 lines
238 B
Markdown
16 lines
238 B
Markdown
|
---
|
||
|
sidebar_label: SerializedAXNode.roledescription
|
||
|
---
|
||
|
|
||
|
# SerializedAXNode.roledescription property
|
||
|
|
||
|
A human readable alternative to the role.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface SerializedAXNode {
|
||
|
roledescription?: string;
|
||
|
}
|
||
|
```
|