(blockDef: BlockDef, rtOpts: RuntimeOpts)
| 79 | |
| 80 | // @returns blockId (and object updates) |
| 81 | CreateBlock(blockDef: BlockDef, rtOpts: RuntimeOpts): Promise<string> { |
| 82 | return callBackendService(this?.waveEnv, "object", "CreateBlock", Array.from(arguments)) |
| 83 | } |
| 84 | |
| 85 | // @returns object updates |
| 86 | DeleteBlock(blockId: string): Promise<void> { |
no test coverage detected