update Method
update(txn) @beta
Update this Model in the iModel using the supplied EditTxn.
update(txn: EditTxn): void
| Parameter | Type | Description |
|---|---|---|
| txn | EditTxn |
Returns - void
update()
Deprecated Use Model.update(txn) instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
Update this Model in the iModel.
update(): void
Returns - void
Defined in
- backend/src/Model.ts Line 293
Last Updated: 25 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.