type TableState<TFeatures> = ExtractFeatureMapTypes<TFeatures, TableState_FeatureMap>;Defined in: types/TableState.ts:38
Complete table state for a specific feature set.
State slices are included only when their feature is present in TFeatures, then custom feature/plugin state is mixed in.
TFeatures extends TableFeatures