Reports a completed change back to Lucid
Constructors
new PatchChange()
new PatchChange(
patchId,
syncId,
collections): PatchChange
Parameters
Parameter | Type |
---|---|
patchId | string |
syncId | string |
collections | PatchChangeCollection [] |
Returns
Properties
collections
collections: PatchChangeCollection[];
patchId
patchId: string;
syncId
syncId: string;
Methods
getErrors()
getErrors(): Record<string, Record<string, string>>
Returns
Record
<string
, Record
<string
, string
>>
setError()
setError(
primaryKey,
fieldName,
error): void
Parameters
Parameter | Type |
---|---|
primaryKey | string |
fieldName | string |
error | string |
Returns
void
setTooltipError()
setTooltipError(primaryKey, error): void
Parameters
Parameter | Type |
---|---|
primaryKey | string |
error | string |
Returns
void