onDeleteElement MethodProtected
Delete the specified Element (and all its children) from the target iModel. Will delete special elements like definition elements and subjects.
onDeleteElement(elementId: string): Promise<void>
@note A subclass may override this method to customize delete behavior but should call super.onDeleteElement.
| Parameter | Type | Description |
|---|---|---|
| elementId | string |
Returns - Promise
Defined in
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.