BucketItemModifications
Home > @gooddata/sdk-model > BucketItemModifications
BucketItemModifications type
Describes the type of the function used to modify the bucket items.
Signature:
export type BucketItemModifications = (bucketItem: IAttributeOrMeasure) => IAttributeOrMeasure;
References: IAttributeOrMeasure