Function: deserializeActionCallArgument()
function deserializeActionCallArgument(argValue, targetRoot?): any;
Transforms an action call argument by returning its deserialized equivalent.
Parameters
| Parameter | Type | Description |
|---|---|---|
argValue | | JSONPrimitiveValue | SerializedActionCallArgument | Argument value to be transformed into its deserialized form. |
targetRoot? | object | Target root node of the model where this action is being performed. |
Returns
any
The deserialized form of the passed value.