UNPKG

angular-qlik-api

Version:

AngulerQlikApi is the angular wrapper for Qlik Engine API. It facilitates the usage and handles the synchronization.

16 lines (15 loc) 393 B
export declare class Measure { definition: { 'qLabel': string; 'qLibraryId': string; 'qDef': { 'qLabel': string; 'qDescription': string; 'qTags': string[]; 'qGrouping': string; 'qDef': string; }; }; constructor(qFieldDef: string); setQLabel(qLabel?: string): Measure; }