TanStack

ResolvedAggregationFn

Interface: ResolvedAggregationFn<TFeatures, TData>

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

A validated aggregation entry returned by column.getAggregationFns().

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

aggregationFn

ts
aggregationFn: 
  | AggregationFnDef<TFeatures, TData, any, any>
  | undefined;

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

Resolved definition, or undefined when configuration is invalid.


id

ts
id: string | undefined;

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

Key used for a multiple result; scalar inline definitions have no id.