DeleteElementTreeArgs Interface @beta
Arguments supplied to deleteElementTree.
Properties
| Name | Type | Description | |
|---|---|---|---|
| iModel | IModelDb | The iModel containing the elements to delete. | |
| maxPasses | number | undefined | The maximum number of passes to make when deleting definition elements. | |
| topElement | string | The Id of the root element of the tree to delete. | |
| txn | EditTxn | The EditTxn used to perform the deletes. |
Defined in
- backend/src/ElementTreeWalker.ts Line 498
Last Updated: 25 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.