onModelsChanged Readonly
onModelsChanged: BeEvent<(changes: TxnChangedEntities) => void> = ...
Called after validation completes from saveChanges. The argument to the event holds the list of models that were inserted, updated, and deleted.
@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
- core/backend/src/TxnManager.ts Line 434
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.