UNPKG

angular-qlik-api

Version:

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

10 lines (9 loc) 259 B
import { QFieldAttributesType } from '../enum/q-field-attributes-type.enum'; export interface QFieldAttributes { qType?: QFieldAttributesType; qnDec?: number; qUseThou?: number; qFmt?: string; qDec?: string; qThou?: string; }