13 lines
244 B
Markdown
13 lines
244 B
Markdown
---
|
|
sidebar_label: SerializedAXNode.keyshortcuts
|
|
---
|
|
# SerializedAXNode.keyshortcuts property
|
|
|
|
Any keyboard shortcuts associated with this node.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface SerializedAXNode {keyshortcuts?: string;}
|
|
```
|