OnModelPropsArg Interface
Argument for the Model.onXxx static methods that supply the properties of a Model to be inserted or updated.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| props | Readonly<ModelProps> | The new properties of the Model affected. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| iModel Inherited | IModelDb | OnModelArg | The iModel for the Model affected. |
Defined in
- core/backend/src/Model.ts Line 34
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.