workflow.datatableprofile.createinstance.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > DataTableProfile > createInstance
DataTableProfile.createInstance() method
Signature:
createInstance(schema: DataTableSchema | undefined): Promise<DataTable>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| schema | DataTableSchema | undefined |
Returns:
Promise<DataTable>