2023-06-19 08:12:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: KeyDownOptions
|
|
|
|
---
|
|
|
|
|
|
|
|
# KeyDownOptions interface
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface KeyDownOptions
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2024-03-20 15:03:14 +00:00
|
|
|
<table><thead><tr><th>
|
|
|
|
|
|
|
|
Property
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Modifiers
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Type
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Description
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Default
|
|
|
|
|
|
|
|
</th></tr></thead>
|
|
|
|
<tbody><tr><td>
|
|
|
|
|
2024-04-11 11:01:13 +00:00
|
|
|
<span id="commands">commands</span>
|
2024-03-20 15:03:14 +00:00
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
2024-04-04 07:17:26 +00:00
|
|
|
`optional, deprecated`
|
2024-03-20 15:03:14 +00:00
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
string\[\]
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
2024-04-04 07:17:26 +00:00
|
|
|
**Deprecated:**
|
|
|
|
|
|
|
|
Do not use. This is automatically handled.
|
|
|
|
|
2024-03-20 15:03:14 +00:00
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
<tr><td>
|
|
|
|
|
2024-04-11 11:01:13 +00:00
|
|
|
<span id="text">text</span>
|
2024-03-20 15:03:14 +00:00
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
2024-04-04 07:17:26 +00:00
|
|
|
`optional, deprecated`
|
2024-03-20 15:03:14 +00:00
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
string
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
2024-04-04 07:17:26 +00:00
|
|
|
**Deprecated:**
|
|
|
|
|
|
|
|
Do not use. This is automatically handled.
|
|
|
|
|
2024-03-20 15:03:14 +00:00
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
</tbody></table>
|