The selector to use for accessing data in the store.
The async function to call to update the data in the store.
An optional object that specifies whether to delete existing data before updating. updateAsyncVDefaultConfig
Optional
deleteGenerated using TypeDoc
A function that updates the data in the store asynchronously using the specified selector and async function.
Async