ItemsPatchExhaustive


Constructors

new ItemsPatchExhaustive()

new ItemsPatchExhaustive(
   items, 
   rekeyingMap?, 
   fieldNamesChanged?, 
   errors?): ItemsPatchExhaustive

Parameters

ParameterType
itemsMap<string, SerializedFields>
rekeyingMap?Map<string, null | string>
fieldNamesChanged?Map<string, null | string>
errors?Map<string, SerializedLucidDictionary>

Returns

ItemsPatchExhaustive


Properties

errors?

optional errors: Map<string, SerializedLucidDictionary>;

fieldNamesChanged?

optional fieldNamesChanged: Map<string, null | string>;

items

items: Map<string, SerializedFields>;

rekeyingMap?

optional rekeyingMap: Map<string, null | string>;