StoreListener
Public typealias
A function that will be called when the history changes.
Signature
type StoreListener<R extends UnknownRecord> = (entry: HistoryEntry<R>) => void
References
Source
Public typealias
A function that will be called when the history changes.
type StoreListener<R extends UnknownRecord> = (entry: HistoryEntry<R>) => void