DataConnectorPatchAction

A patch action is a kind of synchronous style action. It occurs when data is changed in the Lucid editor. All the
changes are collected in the patches field.

Extends

Type parameters

Type parameterValue
P extends PatchItemPatch

Constructors

new DataConnectorPatchAction()

new DataConnectorPatchAction<P>(
   context, 
   patches, 
   client, 
name): DataConnectorPatchAction<P>

Parameters

ParameterTypeDefault valueDescription
contextDataConnectorActionContextundefined-
patchesP[]undefinedchanges applied by Lucid
clientDataSourceClientundefined-
namestringDataConnectorActionKeys.Patch-

Returns

DataConnectorPatchAction<P>

Overrides

DataConnectorAction.constructor


Properties

client

client: DataSourceClient;

context

context: DataConnectorActionContext;

Inherited from

DataConnectorAction.context


name

name: string;

Inherited from

DataConnectorAction.name


patches

patches: P[];

changes applied by Lucid