* Optional handler for keyboard input when component has focus
(data: string)
| 80 | * Optional handler for keyboard input when component has focus |
| 81 | */ |
| 82 | handleInput?(data: string): void; |
| 83 | |
| 84 | /** |
| 85 | * If true, component receives key release events (Kitty protocol). |
no outgoing calls