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.
Parameters
Section titled “Parameters”commit
Section titled “commit”Returns
Section titled “Returns”PreparedTransactionCommit | undefined