UNPKG

angular-qlik-api

Version:

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

9 lines (8 loc) 239 B
import { QlikConfigInterface } from '../'; export declare class QlikConfig { useWss: boolean; address: string; port: number; constructor(qlikConfig: QlikConfigInterface); getWebsocketConnectionLink(): string; }