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

ParameterTypeDescription
schemaSchema | undefined(Optional) The schema instance to create

Returns:

Promise<Res>

Contents

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