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) · 654 Bytes

File metadata and controls

23 lines (14 loc) · 654 Bytes

Home > @datashaper/workflow > DataTable > loadSchema

DataTable.loadSchema() method

Signature:

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

Parameters

Parameter Type Description
schema Maybe<Readable<DataTableSchema>>
quiet boolean (Optional)

Returns:

void