getBaselineEnvName method
Returns the value configured by setBaselineEnvName.
Syntax
let configval = config.getBaselineEnvName();
config.baselineEnvName = configval;
configval = config.baselineEnvName;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: string