workflow.datatable._constructor_.md

January 18, 2023 ยท View on GitHub

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

DataTable.(constructor)

Constructs a new instance of the DataTable class

Signature:

constructor(datatable?: Readable<DataTableSchema>);

Parameters

ParameterTypeDescription
datatableReadable<DataTableSchema>(Optional)

Contents

  1. 1DataTable.(constructor)
  2. 2Parameters