Public typealias

A function that will be called when the history changes.

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

UnknownRecord, HistoryEntry

Source

packages/store/src/lib/Store.ts

StoreErrorStoreSchema