libs/upp-base/src/modules/localcfg.ts
Interface defining methods for storing and retrieving configuration elements.
Methods |
| getElement | ||||||||
getElement(element: string)
|
||||||||
|
Retrieves a configuration element.
Parameters :
Returns :
literal type | null
An object containing the configuration data, or |
| setElement | ||||||||||||
setElement(element: string, data: literal type)
|
||||||||||||
|
Stores a complete configuration element.
Parameters :
Returns :
void
|