onModelsChanged Readonly

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

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

@note If there are many changed models 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