onReplayedExternalTxns Readonly
onReplayedExternalTxns: BeEvent<() => void> = ...
Event raised for a read-only briefcase that was opened with the watchForChanges
flag enabled when changes made by another connection are applied to the briefcase.
@see onReplayExternalTxns for the event raised before the changes are applied.
Defined in
- core/backend/src/TxnManager.ts Line 464
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.