Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 646 Bytes

File metadata and controls

23 lines (14 loc) · 646 Bytes

Home > @datashaper/workflow > Codebook > loadSchema

Codebook.loadSchema() method

Signature:

loadSchema(value: Maybe<Readable<CodebookSchema>>, quiet?: boolean): void;

Parameters

Parameter Type Description
value Maybe<Readable<CodebookSchema>>
quiet boolean (Optional)

Returns:

void