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) 175 B
import { QGroupType } from '../enum/q-group-type.enum'; export interface QSearchGroupOptions { qGroupType?: QGroupType; qOffset?: number; qCount?: number; }