libs/upp-base/src/modules/localcfg.ts
Service for managing configuration elements, providing methods for
creating and interacting with Configuration instances.
Methods |
| getConfiguration | ||||||||
getConfiguration(element: string)
|
||||||||
|
Retrieves a
Parameters :
Returns :
Configuration
A |
| getElement | ||||||||
getElement(element: string)
|
||||||||
|
Retrieves a configuration element from
Parameters :
Returns :
literal type | null
An object containing the configuration data, or |
| setElement | ||||||||||||
setElement(element: string, data: literal type)
|
||||||||||||
|
Stores a complete configuration element in
Parameters :
Returns :
void
|