HistoryEntry
Table of contents
Public interface
An entry containing changes that originated either by user actions or remote changes.
Signature
interface HistoryEntry<R extends UnknownRecord = UnknownRecord> {}
References
Source
packages/store/src/lib/Store.ts
Properties
changes
Public propertysignature
Signature
changes: RecordsDiff<R>
References
source
Public propertysignature
Signature
source: ChangeSource