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
| Parameter | Type | Description |
|---|---|---|
| schema | TableBundleSchema | (Optional) |
Returns:
Promise<TableBundle>