BulkDeleteElementsResult Interface @beta
Result of a bulk element delete operation.
Properties
| Name | Type | Description | |
|---|---|---|---|
| failedIds | Id64Set | The set of element ids that could not be deleted. | |
| sqlDeleteStatus | DbResult | The raw SQLite result code from the underlying SQL DELETE statement. | |
| status | BulkDeleteElementsStatus | Overall status of the bulk delete operation. |
Defined in
- backend/src/EditTxn.ts Line 34
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.