(tabId: string)
| 24 | // queue a layout action to cleanup orphaned blocks in the tab |
| 25 | // @returns object updates |
| 26 | CleanupOrphanedBlocks(tabId: string): Promise<void> { |
| 27 | return callBackendService(this?.waveEnv, "block", "CleanupOrphanedBlocks", Array.from(arguments)) |
| 28 | } |
| 29 | GetControllerStatus(arg2: string): Promise<BlockControllerRuntimeStatus> { |
| 30 | return callBackendService(this?.waveEnv, "block", "GetControllerStatus", Array.from(arguments)) |
| 31 | } |
no test coverage detected