attributeItemNameMatch()
Home > @gooddata/sdk-ui > attributeItemNameMatch
attributeItemNameMatch() function
Creates a predicate that return true for any attribute result header with the provided name.
Signature:
export declare function attributeItemNameMatch(name: string): IHeaderPredicate;
Parameters
Parameter | Type | Description |
---|---|---|
name | string |
Returns: