angular-qlik-api
Version:
AngulerQlikApi is the angular wrapper for Qlik Engine API. It facilitates the usage and handles the synchronization.
19 lines (18 loc) • 482 B
TypeScript
export declare class Dimension {
definition: {
'qDef': {
'qFieldDefs': string[];
};
'qNullSuppression': boolean;
'qOtherTotalSpec': {
'qOtherMode': string;
'qSuppressOther': boolean;
'qOtherSortMode': string;
'qOtherCounted': {
'qv': string;
};
'qOtherLimitMode': string;
};
};
constructor(qFieldDef: string);
}