identifierMatch()
Home > @gooddata/sdk-ui > identifierMatch
identifierMatch() function
Creates a new predicate that returns true for any header that belongs to either attribute or measure with the provided identifier.
Signature:
export declare function identifierMatch(identifier: string): IHeaderPredicate;
Parameters
Parameter | Type | Description |
---|---|---|
identifier | string |
Returns: