AttributePredicate
Home > @gooddata/sdk-model > AttributePredicate
AttributePredicate type
Defines function signature for measure predicates.
Signature:
export type AttributePredicate = (attribute: IAttribute) => boolean;
References: IAttribute