ElementBulkDeleteError Interface @beta
Error thrown when native bulk deletion fails to delete one or more requested element trees.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| failedIds Readonly | ReadonlySet<string> | Target roots that the native operation did not delete. | |
| sqlDeleteStatus Readonly | DbResult | SQLite status returned by the native delete statement. | |
| status Readonly | BulkDeleteElementsStatus | Status returned by the native bulk-delete operation. |
Defined in
Last Updated: 25 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.