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) 196 B
import { QGroupItemType } from '../enum/q-group-item-type.enum'; export interface QSearchGroupItemOptions { qGroupItemType?: QGroupItemType; qOffset?: number; qCount?: number; }