Appearance
Documentation / @geoverse/editor-core / EditSnapshot
Interface: EditSnapshot
Defined in: packages/editor-core/src/types.ts:62
引擎对外快照——适配器据此重绘。
Properties
canRedo
ts
canRedo: boolean;Defined in: packages/editor-core/src/types.ts:65
canUndo
ts
canUndo: boolean;Defined in: packages/editor-core/src/types.ts:64
features
ts
features: EditableFeature[];Defined in: packages/editor-core/src/types.ts:63
redoLabel?
ts
optional redoLabel?: string;Defined in: packages/editor-core/src/types.ts:67
undoLabel?
ts
optional undoLabel?: string;Defined in: packages/editor-core/src/types.ts:66
