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: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.