mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
16 lines
237 B
Markdown
16 lines
237 B
Markdown
---
|
|
sidebar_label: SerializedAXNode.keyshortcuts
|
|
---
|
|
|
|
# SerializedAXNode.keyshortcuts property
|
|
|
|
Any keyboard shortcuts associated with this node.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface SerializedAXNode {
|
|
keyshortcuts?: string;
|
|
}
|
|
```
|