Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDataset

The dataset data structure.

Hierarchy

  • IDataset

Indexable

[datasetName: string]: object

The dataset name containing the table(s) collection object.

  • [tableName: string]: Record[]

    The table name containing the records array.