HistoryEntry

Public TypeAlias

An entry containing changes that originated either by user actions or remote changes.

Signature
type HistoryEntry<R extends BaseRecord = BaseRecord> = {
  changes: RecordsDiff<R>
  source: 'remote' | 'user'
}
References

BaseRecord, RecordsDiff

Edit this page
Last edited on 11 May 2023
getRecordVersionID