Skip to main content

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​

ParameterTypeDescription
actionCallSerializedActionCallAction call to convert.
targetRoot?objectTarget root node of the model where this action is being performed.

Returns​

ActionCall

The deserialized action call.