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