workflow.parseroptions.loadschema.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/workflow > ParserOptions > loadSchema

ParserOptions.loadSchema() method

Signature:

loadSchema(schema: Maybe<ParserOptionsSchema>, quiet?: boolean): void;

Parameters

ParameterTypeDescription
schemaMaybe<ParserOptionsSchema>
quietboolean(Optional)

Returns:

void

Contents

  1. 1ParserOptions.loadSchema() method
  2. 2Parameters