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