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

ParameterTypeDescription
dataTableBundle
dataPathstring
filesMap<string, Blob>

Returns:

Promise<string[]>

Contents

  1. 1TableBundleProfile.save() method
  2. 2Parameters