mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
19 lines
446 B
Markdown
19 lines
446 B
Markdown
|
---
|
||
|
sidebar_label: KeyDownOptions
|
||
|
---
|
||
|
|
||
|
# KeyDownOptions interface
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
export interface KeyDownOptions
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Modifiers | Type | Description | Default |
|
||
|
| -------- | --------------------- | ---------- | ----------- | ------- |
|
||
|
| commands | <code>optional</code> | string\[\] | | |
|
||
|
| text | <code>optional</code> | string | | |
|