workflow.profilehandler.createinstance.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > ProfileHandler > createInstance
ProfileHandler.createInstance() method
Creates a new instance of a schema resource
Signature:
createInstance(schema?: Schema | undefined): Promise<Res>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| schema | Schema | undefined | (Optional) The schema instance to create |
Returns:
Promise<Res>