Function: copyParameters
▸ copyParameters(params
): Parameters
This function creates a deep copy of the input Parameters object. It could be used to copy the parameters and modify them without affecting the original Parameters object.
Parameters
Name | Type | Description |
---|---|---|
params | Parameters | The Parameters object to copy. |
Returns
A deep copy of the input Parameters object.