Function: copyParameters()
copyParameters(
params:Parameters):Parameters
This function creates a deep copy of the input Parameters object. Afterwards, the copy can be modified without affecting the original Parameters object.
Parameters
| Parameter | Type | Description |
|---|---|---|
params | Parameters | The Parameters object to copy. |
Returns
A deep copy of the input Parameters object.