LogoRobo.js
Framework

TransactionContextState

Interface: TransactionContextState

Internal transaction context state.

Properties

PropertyTypeDescription
completedbooleanWhether the transaction has been committed or rolled back.
deletesSet<string>Staged delete operations.
mutationCountnumberMutation count for single-mode enforcement.
readVersionsMap<string, number>Read set for version tracking (optimistic mode). Maps composite key "model:id" to the version read.
stagedMap<string, unknown>Staged set operations.

On this page