The selector to use for updating data in the store.
Optional
updates: unknownThe updates to be applied to the data in the store using the specified selector. If updates is a function, it will receive the previous value of the data and must return the new value.
Generated using TypeDoc
A function that updates data in the store synchronously using the specified selector and updates.