getParamValue

Get the current value of a configurator parameter

Signatures

  • Paramate.Configurator.getParamValue(paramName)

Details

The function returns the current value of a configurator parameter. If the value is an array, it will be copied by Array.slice and not assigned by reference so any modification to it will not directly modify the value of the parameter.

Parameters

paramName

The name of the configurator parameter

Return value

The value of the configurator parameter