StoreAfterChangeHandler

See source code
type StoreAfterChangeHandler<R extends UnknownRecord> = (
  prev: R,
  next: R,
  source: 'remote' | 'user'
) => void
Prev
SerializedStore
Next
StoreAfterCreateHandler
hi

We use cookies on this website.
Learn more in our Cookie Policy.