inserted
GetterReadOnly
Post-change (inserted or updated-new) EC instance, computed lazily after each step call.
undefined when the current row is a Delete or a non-EC table row or step returned false.
For UPDATE,inserted instances indicate the new state of the instance after the change has been applied and
deleted instances indicate the old state of the instance before the change has been applied.
For INSERT, inserted instances indicate the new state of the instance after the change has been applied and deleted instances are undefined.
For DELETE, deleted instances indicate the old state of the instance before the change has been applied and inserted instances are undefined.
inserted: ChangeInstance | undefined
Returns - ChangeInstance | undefined
Defined in
- backend/src/ChangesetReader.ts Line 112
Last Updated: 03 August, 2026