Config
Constructors
Constructor
new Config(): Config;
Returns
Config
Methods
getParameter()
static getParameter(id): unknown;
Return the value of the specified parameter. Parameters can get their values from the oConfig.json file or be overridden from the URL / command that opened the application.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | the parameter id |
Returns
unknown