TanStack

CustomAggregationFns

Type Alias: CustomAggregationFns<TFeatures, TData>

ts
type CustomAggregationFns<TFeatures, TData> = Record<string, AggregationFnDef<TFeatures, TData, any, any>>;

Defined in: features/row-aggregation/rowAggregationFeature.types.ts:103

Named context-based aggregation definitions registered on a feature set.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData