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

UnknownRecord

Source

packages/store/src/lib/Store.ts


Properties

changes

Public propertysignature

Signature
changes: RecordsDiff<R>
References

RecordsDiff


source

Public propertysignature

Signature
source: ChangeSource

devFreezeIdOf