BucketItemReducer
Home > @gooddata/sdk-model > BucketItemReducer
BucketItemReducer type
Describes the type of the function used to reduce the bucket items.
Signature:
export type BucketItemReducer = (acc: IAttributeOrMeasure[], cur: IAttributeOrMeasure, idx: number, src: IAttributeOrMeasure[]) => IAttributeOrMeasure[];
References: IAttributeOrMeasure