(table: string, pageId?: string)
| 60 | * Export a table block |
| 61 | */ |
| 62 | export function exportTableBlock(table: string, pageId?: string): void { |
| 63 | openExportTab({ |
| 64 | sourceType: 'table-block', |
| 65 | table, |
| 66 | pageId |
| 67 | }) |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Download content as file |
no test coverage detected