workflow.codebook._constructor_.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/workflow > Codebook > (constructor)

Codebook.(constructor)

Constructs a new instance of the Codebook class

Signature:

constructor(codebook?: Readable<CodebookSchema>);

Parameters

ParameterTypeDescription
codebookReadable<CodebookSchema>(Optional)

Contents

  1. 1Codebook.(constructor)
  2. 2Parameters