idMatchBucket()
Home > @gooddata/sdk-model > idMatchBucket
idMatchBucket() function
Factory function for predicates that will evaluate true if bucket's id is same as the provided id.
Signature:
idMatchBucket: (id: string) => BucketPredicate
Parameters
Parameter | Type | Description |
---|---|---|
id | string |
Returns: