Constructors
new ItemsPatchExhaustive()
new ItemsPatchExhaustive(
items,
rekeyingMap?,
fieldNamesChanged?,
errors?): ItemsPatchExhaustive
Parameters
Parameter | Type |
---|---|
items | Map <string , SerializedFields > |
rekeyingMap ? | Map <string , null | string > |
fieldNamesChanged ? | Map <string , null | string > |
errors ? | Map <string , SerializedLucidDictionary > |
Returns
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>;