HeaderPredicates
Home > @gooddata/sdk-ui > HeaderPredicates
HeaderPredicates variable
Set of factory functions to create the most commonly-used HeaderPredicates.
Signature:
HeaderPredicates: {
    attributeItemNameMatch: typeof attributeItemNameMatch;
    composedFromIdentifier: typeof composedFromIdentifier;
    composedFromUri: typeof composedFromUri;
    identifierMatch: typeof identifierMatch;
    localIdentifierMatch: typeof localIdentifierMatch;
    uriMatch: typeof uriMatch;
    objRefMatch: typeof objRefMatch;
    objMatch: typeof objMatch;
}