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:

  1. onDeleted — for every element; preserves any user overrides.
  2. onSubModelDelete + onSubModelDeleted — for sub-model root elements (subModelId is 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

Last Updated: 28 April, 2026