TableOptions_All

Type Alias: TableOptions_All<TFeatures, TData>

ts
type TableOptions_All<TFeatures, TData> = TableOptions_Core<TFeatures, TData> & Partial<TableOptions_FeatureMap_All<TFeatures, TData>>;

Defined in: types/TableOptions.ts:104

Internal broad option shape used where feature code may need to read options from features that are not present in the current generic feature set.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData