workflow.tablebundleprofile.createinstance.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/workflow > TableBundleProfile > createInstance

TableBundleProfile.createInstance() method

Signature:

createInstance(schema?: TableBundleSchema): Promise<TableBundle>;

Parameters

ParameterTypeDescription
schemaTableBundleSchema(Optional)

Returns:

Promise<TableBundle>

Contents

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