PrismUtil.clone method
PrismUtil › clone
Unofficial
Deep clones an object.Signature:
clone(o: T): TParameters:
| Parameter | Type | Description |
|---|---|---|
| o | T | The object to clone. |
Returns: T — A deep clone of the object.
PrismUtil › clone
Unofficial
Deep clones an object.Signature:
clone(o: T): TParameters:
| Parameter | Type | Description |
|---|---|---|
| o | T | The object to clone. |
Returns: T — A deep clone of the object.