CopyResource
This formula allows to create a copy of a resource.
JSON Format
{
"type": "copyResource",
"components": ...,
"preserve_ids": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | A formula returning the resource to be copied. |
preserve_ids | bool | ✓ | If the id for the resource should be the same in the copy or not. |