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

Last Updated: 22 April, 2026