updateModel Method

Deprecated  in 5.1.9 - will not be removed until after 2026-08-04. 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

Last Updated: 05 May, 2026