saveChanges Method
Save changes with additional arguments.
saveChanges(args?: string | SaveChangesArgs): void
@throws EditTxnError if this EditTxn is not active.
@throws IModelError if the iModel is readonly, if indirect changes are active, or if the native save fails.
| Parameter | Type | Description |
|---|---|---|
| args | string | SaveChangesArgs | Save changes arguments. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 185
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.