StoreAfterChangeHandler
See source codetype StoreAfterChangeHandler<R extends UnknownRecord> = (
prev: R,
next: R,
source: 'remote' | 'user'
) => void
Prev
SerializedStoreNext
StoreAfterCreateHandlertype StoreAfterChangeHandler<R extends UnknownRecord> = (
prev: R,
next: R,
source: 'remote' | 'user'
) => void
We use cookies on this website.
Learn more in our Cookie Policy.