Constructors
new ItemsPatchInexhaustive()
new ItemsPatchInexhaustive(
items,
itemsDeleted?,
errors?): ItemsPatchInexhaustive
Parameters
Parameter | Type | Description |
---|---|---|
items | Map <string , SerializedFields > | Items to be added or changed in the collection. Mapping from item serialized primary key to the sparse patch of the item. See FormattedPrimaryKey.forItem. |
itemsDeleted ? | string [] | Items to remove from the collection, based on the same primary key algorithm. |
errors ? | Map <string , SerializedLucidDictionary > | - |
Returns
Properties
errors?
optional errors: Map<string, SerializedLucidDictionary>;
items
items: Map<string, SerializedFields>;
Items to be added or changed in the collection. Mapping from item serialized primary key to
the sparse patch of the item. See FormattedPrimaryKey.forItem.
itemsDeleted?
optional itemsDeleted: string[];
Items to remove from the collection, based on the same primary key algorithm.