@hatiolab/things-scene 3.4.19 → 3.4.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/things-scene.d.ts CHANGED
@@ -679,8 +679,10 @@ declare module '@hatiolab/things-scene' {
679
679
  cut(): string
680
680
  redo(): void
681
681
  undo(): void
682
+ preserve(): void
682
683
  undoable(): boolean
683
684
  redoable(): boolean
685
+ preserved(): boolean
684
686
  move(component: Component, to_container: Container, to_index: number): void
685
687
  centerTo(component: Component, animated?: boolean): void
686
688