StoreListener
See source codeA function that will be called when the history changes.
type StoreListener<R extends UnknownRecord> = (entry: HistoryEntry<R>) => void
Prev
StoreBeforeDeleteHandlerNext
StoreObjectA function that will be called when the history changes.
type StoreListener<R extends UnknownRecord> = (entry: HistoryEntry<R>) => void