Function: deserializeActionCall()
function deserializeActionCall(actionCall, targetRoot?): ActionCall;
Ensures that an action call is deserialized by mapping the action arguments into its
deserialized version by using deserializeActionCallArgument.
Parameters
| Parameter | Type | Description |
|---|---|---|
actionCall | SerializedActionCall | Action call to convert. |
targetRoot? | object | Target root node of the model where this action is being performed. |
Returns
The deserialized action call.