(blockId: string)
| 84 | |
| 85 | // @returns object updates |
| 86 | DeleteBlock(blockId: string): Promise<void> { |
| 87 | return callBackendService(this?.waveEnv, "object", "DeleteBlock", Array.from(arguments)) |
| 88 | } |
| 89 | |
| 90 | // get wave object by oref |
| 91 | GetObject(oref: string): Promise<WaveObj> { |
no test coverage detected