onBulkChildDeleted MethodProtected Static @beta
Called after a batch of child Elements of this class's instances were deleted in a bulk delete operation.
The default implementation calls onChildDelete and onChildDeleted for every entry in the batch.
onBulkChildDeleted(arg: OnBulkChildDeletedBatchArg): void
@note If you override this method, you must call super.
@note this is the class of the parent Element whose children were deleted.
| Parameter | Type | Description |
|---|---|---|
| arg | OnBulkChildDeletedBatchArg |
Returns - void
Defined in
- backend/src/Element.ts Line 362
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.