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