@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
10 lines (9 loc) • 579 B
TypeScript
import { AFM } from "@gooddata/typings";
export declare function isDerivedMeasure(measure: AFM.IMeasure): boolean;
export declare function getMasterMeasureLocalIdentifier(measure: AFM.IMeasure): AFM.Identifier;
export declare function findMeasureByLocalIdentifier(afm: AFM.IAfm, localIdentifier: AFM.Identifier): AFM.IMeasure;
export declare function getMasterMeasureObjQualifier(afm: AFM.IAfm, localIdentifier: AFM.Identifier): {
uri: any;
identifier: any;
};
export declare const mergeFiltersToAfm: (afm: AFM.IAfm, additionalFilters: AFM.ExtendedFilter[]) => AFM.IAfm;