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.
TFeatures extends TableFeatures
TData extends RowData