OnBulkModelEventsArg Interface @beta
Argument for the Model.onBulkModelEvents static method.
Passed once per distinct Model ECClass, combining both deleted sub-models and
deleted-elements-by-model into a single callback.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| deletedElementsByModel | OnBulkDeletedElementsArg[] | undefined | Per-model lists of element Ids deleted from instances of this Model class. | |
| deletedModelIds | string[] | undefined | Ids of Models of this class that were deleted as sub-models. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| iModel Inherited | IModelDb | OnModelArg | The iModel for the Model affected. |
Defined in
- backend/src/Model.ts Line 69
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.