Table API Reference

Table

Type Alias: Table<TFeatures, TData>

ts
type Table<TFeatures, TData> = Table_Core<TFeatures, TData> & ExtractFeatureMapTypes<TFeatures, Table_FeatureMap<TFeatures, TData>>;

Defined in: types/Table.ts:69

The table object that includes both the core table functionality and the features that are enabled via the features table option.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData