(blockId: string, state: string, stateType: string, ptyOffset: number, termSize: TermSize)
| 32 | |
| 33 | // save the terminal state to a blockfile |
| 34 | SaveTerminalState(blockId: string, state: string, stateType: string, ptyOffset: number, termSize: TermSize): Promise<void> { |
| 35 | return callBackendService(this?.waveEnv, "block", "SaveTerminalState", Array.from(arguments)) |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | export const BlockService = new BlockServiceType(); |
no test coverage detected