UNPKG

angular-qlik-api

Version:

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

8 lines (7 loc) 244 B
import { QInfo } from './q-info.interface'; import { QLibraryMeasureDef } from './q-library-measure-def.interface'; export interface QGenericMeasureProperties { qInfo?: QInfo; qMeasure?: QLibraryMeasureDef; qMetaDef?: any; }