IHeaderPredicate
Home > @gooddata/sdk-ui > IHeaderPredicate
IHeaderPredicate type
A function called for IMappingHeader instances.
Signature:
export type IHeaderPredicate = (header: IMappingHeader, context: IHeaderPredicateContext) => boolean;
References: IMappingHeader, IHeaderPredicateContext
Remarks
When the function returns true, it means the IMappingHeader is matched. See documentation for more information.