TransactionOp
此内容尚不支持你的语言。
Defined in: transaction.ts:24
A single reversible mutation. forward applies the change; reverse
restores the pre-change state. Both closures are invoked at most once
per direction, and the pair is expected to be symmetric.
Methods
Section titled “Methods”forward()
Section titled “forward()”forward():
void
Defined in: transaction.ts:25
Returns
Section titled “Returns”void
reverse()
Section titled “reverse()”reverse():
void
Defined in: transaction.ts:26
Returns
Section titled “Returns”void