Home > @datashaper/workflow > ProfileHandler > createInstance
Creates a new instance of a schema resource
Signature:
createInstance(schema?: Schema | undefined): Promise<Res>;| Parameter | Type | Description |
|---|---|---|
| schema | Schema | undefined | (Optional) The schema instance to create |
Returns:
Promise<Res>