Set the text content
(text: string)
| 18 | |
| 19 | /** Set the text content */ |
| 20 | setText(text: string): void; |
| 21 | |
| 22 | /** Handle raw terminal input (key presses, paste sequences, etc.) */ |
| 23 | handleInput(data: string): void; |
no outgoing calls
no test coverage detected