Interface DataTableValues

Represents the values held by a DataTable.

interface DataTableValues {
    columnCount: number;
    id: string;
    name: string;
}

Hierarchy (view full)

Properties

Properties

columnCount: number

Gets the number of columns in this instance.

id: string

Gets the unique id for this instance. The id is stable during the data table life cycle, thus it can be used to store as a reference to this data table in a ModProperty or AnalysisProperty.

1.1

name: string

Gets the name of this instance.