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

Last Updated: 28 April, 2026