StoreListener

Public TypeAlias

A function that will be called when the history changes.

Signature
type StoreListener<R extends BaseRecord> = (entry: HistoryEntry<R>) => void
References

BaseRecord, HistoryEntry

Edit this page
Last edited on 11 May 2023
StoreErrorStoreSchema