ChangeSource Interface @beta
Contract for any reader that produces EC-typed changed instances compatible with PartialChangeUnifier.
Implemented by
Properties
| Name | Type | Description | |
|---|---|---|---|
| deleted Readonly | ChangeInstance | undefined | The deleted or pre-update EC instance. | |
| inserted Readonly | ChangeInstance | undefined | The newly-inserted or post-update EC instance. | |
| op Readonly | SqliteChangeOp | The SQLite opcode of the current change row. |
Defined in
- backend/src/ChangesetReaderTypes.ts Line 109
Last Updated: 06 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.