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