Skip to content

TransactionCommitPreparer

TransactionCommitPreparer = (commit) => PreparedTransactionCommit | undefined

Defined in: transaction/src/types.ts:104

Prepares derived state for a candidate commit without mutating the active Project. This is used by hosts such as AelionSession to compile Render IR as part of the same atomic commit boundary.

TransactionCommit

PreparedTransactionCommit | undefined