workflow.tablebundleprofile.save.md
March 30, 2023 ยท View on GitHub
Home > @datashaper/workflow > TableBundleProfile > save
TableBundleProfile.save() method
Signature:
save(data: TableBundle, dataPath: string, files: Map<string, Blob>): Promise<string[]>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| data | TableBundle | |
| dataPath | string | |
| files | Map<string, Blob> |
Returns:
Promise<string[]>