Skip to main content

Function: combineParameters()

combineParameters(source: Parameters, modifications: Parameters): Parameters

Combines two Parameters settings into a new one.

Parameters

ParameterTypeDescription
sourceParametersInput parameters that can be modified by modifications.
modificationsParametersParameters that will overwrite the parameters from source.

Returns

Parameters

Remarks

The new object contains all parameters from both inputs. If the same parameter is specified in both input objects then the value from the second object modifications is used.

Input objects are not modified.