Skip to content

Documentation / @geoverse/editor-core / RestoreTarget

Interface: RestoreTarget

Defined in: packages/editor-core/src/commands/restoreFeatureVersion.ts:5

回滚目标:版本 N 的几何与/或属性快照。

Properties

geometry?

ts
optional geometry?: Geometry;

Defined in: packages/editor-core/src/commands/restoreFeatureVersion.ts:6


properties?

ts
optional properties?: Record<string, unknown>;

Defined in: packages/editor-core/src/commands/restoreFeatureVersion.ts:7