ChangedEntities Interface

JSON representation of the set of Elements or Models that were changed by a Txn.

@see - TxnManager.onElementsChanged and TxnManager.onModelsChanged.

Properties

Name Type Description
deleted string | undefined The ids of entities that were deleted during the Txn.  
inserted string | undefined The ids of entities that were inserted during the Txn.  
updated string | undefined The ids of entities that were modified during the Txn, including any Elements for which one of their ElementAspects was changed.  

Defined in

Last Updated: 13 May, 2024