Skip to main content
Version: 2.13

Config

Constructors​

new Config()​

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​

ParameterTypeDescription
idstringthe parameter id

Returns​

unknown