Skip to content

Documentation / @geoverse/editor-core / TransactionEvent

Interface: TransactionEvent

Defined in: packages/editor-core/src/types.ts:104

事务事件——同步层据此累积"未提交变更"(apply/redo 入栈,undo 出栈)。

Properties

changeSet

ts
changeSet: ChangeSet;

Defined in: packages/editor-core/src/types.ts:106


kind

ts
kind: "apply" | "undo" | "redo";

Defined in: packages/editor-core/src/types.ts:105