* Triggers the onData event in the public API. * @param data The data that is being emitted. * @param wasUserInput Whether the data originated from the user (as opposed to * resulting from parsing incoming data). When true this will also: * - Scroll to the bottom of the buffer if option
(data: string, wasUserInput?: boolean)
| 102 | * - Fire the `onUserInput` event (so selection can be cleared). |
| 103 | */ |
| 104 | triggerDataEvent(data: string, wasUserInput?: boolean): void; |
| 105 | |
| 106 | /** |
| 107 | * Triggers the onBinary event in the public API. |
no outgoing calls
no test coverage detected