TxnChangedEntitiesWithMetadata Interface @preview
Describes a set of Elements or Models that changed as part of a transaction, including ECClass metadata for each changed entity.
@see onElementsChanged and onModelsChanged.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| deletes Readonly | TxnChangedEntityIterable | The entities that were deleted by the transaction. | |
| inserts Readonly | TxnChangedEntityIterable | The entities that were inserted by the transaction. | |
| updates Readonly | TxnChangedEntityIterable | The entities that were modified by the transaction, including any Elements for which one of their ElementAspects was changed. |
Defined in
- backend/src/TxnManager.ts Line 76
Last Updated: 03 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.