idMatchAttribute()
Home > @gooddata/sdk-model > idMatchAttribute
idMatchAttribute() function
Factory function for attribute predicate which evaluates true for attributes that match particular ID.
Signature:
idMatchAttribute: (id: string) => AttributePredicate
Parameters
Parameter | Type | Description |
---|---|---|
id | string |
Returns: