UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

7 lines (6 loc) 569 B
import { AFM, Execution } from "@gooddata/typings"; import { IDrillableItem } from "../interfaces/DrillEvents"; import { IHeaderPredicate } from "../interfaces/HeaderPredicate"; import { IMappingHeader } from "../interfaces/MappingHeader"; export declare function isSomeHeaderPredicateMatched(drillablePredicates: IHeaderPredicate[], header: IMappingHeader, afm: AFM.IAfm, executionResponse: Execution.IExecutionResponse): boolean; export declare function convertDrillableItemsToPredicates(drillableItems: Array<IDrillableItem | IHeaderPredicate>): IHeaderPredicate[];