Constructor
new CloneAction()
- Source:
Examples
// Clone the current context target
{
"clone"
}
// Clone the concepts referenced in $myUuidArray
{"clone": {
"of": "$myUuidArray"
}}
//Do a deep clone of current context target, setting the variable "myVariable" to the result, not selecting the new clone
{"clone: {
"deep": true,
"select": false,
"as": "myVariable"
}}