ChangesetReaderArgs Interface @beta
Arguments common to all ChangesetReader open* factory methods.
Properties
| Name | Type | Description | |
|---|---|---|---|
| db Readonly | AnyDb | The db used to resolve EC schema. | |
| invert Readonly | boolean | undefined | invert the changeset operations | |
| propFilter Readonly | PropertyFilter | undefined | Controls which properties are included in the change output. | |
| rowOptions Readonly | RowFormatOptions | undefined | Row adaptor options controlling how EC property values are formatted. |
Defined in
- backend/src/ChangesetReaderTypes.ts Line 132
Last Updated: 06 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.