Function deserializeActionCallArgument

  • Transforms an action call argument by returning its deserialized equivalent.

    Parameters

    • argValue: JSONPrimitiveValue | SerializedActionCallArgument

      Argument value to be transformed into its deserialized form.

    • Optional targetRoot: object

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

    Returns any

    The deserialized form of the passed value.