updateModel Method
Deprecated Use EditTxn.updateModel instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
Update an existing model.
updateModel(props: UpdateModelOptions): void
@throws IModelError if update fails.
| Parameter | Type | Description |
|---|---|---|
| props | UpdateModelOptions | the properties of the model to change |
Returns - void
Defined in
- backend/src/IModelDb.ts Line 2592
Last Updated: 22 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.