Preparing search index...
The search index is not available
Qlik Repo API
Qlik Repo API
CustomProperty
Class CustomProperty
Hierarchy
CustomProperty
Implements
IClassCustomProperty
Index
Constructors
constructor
Properties
details
Methods
init
remove
update
Constructors
constructor
new
Custom
Property
(
repoClient
:
QlikRepositoryClient
, id
:
string
, details
?:
ICustomProperty
)
:
CustomProperty
Parameters
repoClient:
QlikRepositoryClient
id:
string
Optional
details:
ICustomProperty
Returns
CustomProperty
Properties
details
details
:
ICustomProperty
Methods
init
init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
remove
remove
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
update
update
(
arg
:
ICustomPropertyUpdate
)
:
Promise
<
ICustomProperty
>
Parameters
arg:
ICustomPropertyUpdate
Returns
Promise
<
ICustomProperty
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Qlik
Repo API
Qlik
Repo
Api
Custom
Property
constructor
details
init
remove
update