(key: string)
| 35 | runMacro(recordedMacro: RecordedState): Promise<void>; |
| 36 | handleMultipleKeyEvents(keys: string[]): Promise<void>; |
| 37 | handleKeyEvent(key: string): Promise<void>; |
| 38 | rerunRecordedState(transformation: Dot): Promise<void>; |
| 39 | } |
| 40 |
no outgoing calls