跳转到内容

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.

forward(): void

Defined in: transaction.ts:25

void


reverse(): void

Defined in: transaction.ts:26

void