onBulkDeleted MethodProtected Static @beta
Called after a batch of Elements of this class were deleted in a bulk delete operation.
The default implementation fires all JS notifications that would normally be fired per-element in the single-element delete path:
- onDeleted — for every element; preserves any user overrides.
- onSubModelDelete + onSubModelDeleted — for sub-model root elements
(
subModelIdis set), matching the order of the single-element path.
onBulkDeleted(arg: OnBulkDeletedBatchArg): void
@note If you override this method, you must call super.
@note this is the class of the Elements that were deleted.
| Parameter | Type | Description |
|---|---|---|
| arg | OnBulkDeletedBatchArg |
Returns - void
Defined in
- backend/src/Element.ts Line 342
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.