API Reference > imodeljs-backend > iModels > TxnChangedEntities TxnChangedEntities Interface Describes a set of Elements or Models that changed as part of a transaction. see TxnManager.onElementsChanged and TxnManager.onModelsChanged. Properties Name Type Description deleted OrderedId64Array Ids of entities that were deleted by the transaction. Deprecated deletes Readonly EntityIdAndClassIdIterable The entities that were deleted by the transaction. inserted OrderedId64Array Ids of entities that were inserted by the transaction. Deprecated inserts Readonly EntityIdAndClassIdIterable The entities that were inserted by the transaction. updated OrderedId64Array Ids of entities that were modified by the transaction. Deprecated updates Readonly EntityIdAndClassIdIterable The entities that were modified by the transaction, including any Elements for which one of their ElementAspects was changed. Defined in core/backend/src/TxnManager.ts Line 41 Last Updated: 11 June, 2024