UNPKG

angular-qlik-api

Version:

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

13 lines (12 loc) 235 B
export declare enum QFieldAttributesType { UNKNOWN = "U", ASCII = "A", INTEGER = "I", REAL = "R", FIX = "F", MONEY = "M", DATE = "D", TIME = "T", TIMESTAMP = "TS", INTERVAL = "IV", }