ConfigManager
A tool to manage all the configuration from the app centrally.
Extends
Properties
enabled
enabled:
boolean
=true
Overrides
list
list:
DataSet
<Configurator
<any
,any
>>
The list of all configurations of this app.
uuid
static
readonly
uuid:"b8c764e0-6b24-4e77-9a32-35fa728ee5b4"
A unique identifier for the component. This UUID is used to register the component within the Components system.
Methods
isConfigurable()
isConfigurable():
this is Configurable<any, any>
Whether is component is Configurable.
Returns
this is Configurable<any, any>
Inherited from
isDisposeable()
isDisposeable():
this is Disposable
Whether is component is Disposable.
Returns
this is Disposable
Inherited from
isHideable()
isHideable():
this is Hideable
Whether is component is Hideable.
Returns
this is Hideable
Inherited from
isResizeable()
isResizeable():
this is Resizeable
Whether is component is Resizeable.
Returns
this is Resizeable
Inherited from
isUpdateable()
isUpdateable():
this is Updateable
Whether is component is Updateable.
Returns
this is Updateable