mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
425 B
Markdown
14 lines
425 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [SerializedAXNode](./puppeteer.serializedaxnode.md) > [keyshortcuts](./puppeteer.serializedaxnode.keyshortcuts.md)
|
||
|
|
||
|
## SerializedAXNode.keyshortcuts property
|
||
|
|
||
|
Any keyboard shortcuts associated with this node.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
keyshortcuts?: string;
|
||
|
```
|