Function deserializeActionCall

  • Ensures that an action call is deserialized by mapping the action arguments into its deserialized version by using deserializeActionCallArgument.

    Parameters

    • actionCall: SerializedActionCall

      Action call to convert.

    • Optional targetRoot: object

      Target root node of the model where this action is being performed.

    Returns ActionCall

    The deserialized action call.