deserializeActions

function deserializeActions<P>(
   client, 
   actions, 
   patchParser): DataConnectorAction[] | undefined

Function to convert the lucid action wire format into a clean list of actions

Type parameters

Type parameter
P extends Patch

Parameters

ParameterType
clientDataConnectorClient
actionsunknown
patchParserPatchParser<P>

Returns

DataConnectorAction[] | undefined