Preparing search index...
The search index is not available
Qlik Repo API
Qlik Repo API
App
Class App
Hierarchy
App
Implements
IClassApp
Index
Constructors
constructor
Properties
details
Methods
copy
export
init
publish
remove
switch
update
Constructors
constructor
new
App
(
repoClient
:
QlikRepositoryClient
, id
:
string
, details
?:
IApp
, genericClient
?:
QlikGenericRestClient
, genericClientWithPort
?:
QlikGenericRestClient
)
:
App
Parameters
repoClient:
QlikRepositoryClient
id:
string
Optional
details:
IApp
Optional
genericClient:
QlikGenericRestClient
Optional
genericClientWithPort:
QlikGenericRestClient
Returns
App
Properties
details
details
:
IApp
Methods
copy
copy
(
arg
:
{
includeCustomProperties
?:
boolean
;
name
?:
string
;
}
)
:
Promise
<
App
>
Parameters
arg:
{
includeCustomProperties
?:
boolean
;
name
?:
string
;
}
Optional
include
Custom
Properties
?:
boolean
Optional
name
?:
string
Returns
Promise
<
App
>
export
export
(
arg
?:
{
skipData
?:
boolean
;
token
?:
string
;
}
)
:
Promise
<
{
exportToken
:
string
;
file
:
Buffer
;
name
:
string
;
}
>
Parameters
Optional
arg:
{
skipData
?:
boolean
;
token
?:
string
;
}
Optional
skip
Data
?:
boolean
Optional
token
?:
string
Returns
Promise
<
{
exportToken
:
string
;
file
:
Buffer
;
name
:
string
;
}
>
init
init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
publish
publish
(
arg
:
{
name
?:
string
;
stream
:
string
;
}
)
:
Promise
<
IApp
>
Parameters
arg:
{
name
?:
string
;
stream
:
string
;
}
Optional
name
?:
string
stream
:
string
Returns
Promise
<
IApp
>
remove
remove
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
switch
switch
(
arg
:
{
targetAppId
:
string
;
}
)
:
Promise
<
number
>
Parameters
arg:
{
targetAppId
:
string
;
}
target
App
Id
:
string
Returns
Promise
<
number
>
update
update
(
arg
:
IAppUpdate
, options
?:
IUpdateObjectOptions
)
:
Promise
<
IApp
>
Parameters
arg:
IAppUpdate
Optional
options:
IUpdateObjectOptions
Returns
Promise
<
IApp
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Qlik
Repo API
Qlik
Repo
Api
App
constructor
details
copy
export
init
publish
remove
switch
update