Skip to main content

Function: deserializeActionCallArgument()

function deserializeActionCallArgument(argValue, targetRoot?): any;

Transforms an action call argument by returning its deserialized equivalent.

Parameters​

ParameterTypeDescription
argValue| JSONPrimitiveValue | SerializedActionCallArgumentArgument value to be transformed into its deserialized form.
targetRoot?objectTarget root node of the model where this action is being performed.

Returns​

any

The deserialized form of the passed value.