MemoryTable.updateItem()method

updateItem(id: I, updates: Updates<Item<I, T>>): void

Apply partial updates to an existing item by its id.

  • Does nothing if no item exists with that id.