- Preparing search index...
- The search index is not available
Qlik Repo API
Methods
add
- add(arg): Promise<Proxy>
-
Parameters
-
arg: {
proxyId: string;
virtualProxyId: string;
}
-
proxyId: string
-
virtualProxyId: string
Returns Promise<Proxy>
create
- create(arg): Promise<Proxy>
-
Returns Promise<Proxy>
getAll
- getAll(): Promise<Proxy[]>
-
Returns Promise<Proxy[]>
getFilter
- getFilter(arg): Promise<Proxy[]>
-
Returns Promise<Proxy[]>
select
- select(arg?): Promise<ISelection>
-
Parameters
-
Optional
arg: {
filter: string;
}