@tripo3d/engine / HistoryTransaction
Interface: HistoryTransaction
Defined in: core/types/base.ts:120
定义事务上下文的结构。
Properties
| Property | Type | Defined in |
|---|---|---|
commands | readonly HistoryCommand[] | core/types/base.ts:121 |
execute | (command) => Promise<void> | core/types/base.ts:122 |