onElementsChanged Readonly

onElementsChanged: BeEvent<(changes: Readonly<ChangedEntities>) => void> = ...

Event raised after Txn validation or changeset application to indicate the set of changed elements.

@note If there are many changed elements in a single Txn, the notifications are sent in batches so this event may be called multiple times per Txn.

Defined in

Last Updated: 16 April, 2024