UNPKG

angular-qlik-api

Version:

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

7 lines (6 loc) 158 B
import { QInfo } from './q-info.interface'; export interface QGenericObjectProperties { qInfo: QInfo; qExtendsId: string; qMetaDef?: any; }