Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatasetManager

Hierarchy

  • DatasetManager

Implemented by

Index

Properties

tables

tables: {}

The table set

Type declaration

  • [key: string]: any[]

Methods

addDerivedTable

addTable

getTable

  • getTable(name: string): any[]
  • Gets a dataset

    Parameters

    • name: string

      The name of the dataset

    Returns any[]