@hatiolab/things-scene 3.4.17 → 3.4.19

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,6 +679,8 @@ declare module '@hatiolab/things-scene' {
679
679
  cut(): string
680
680
  redo(): void
681
681
  undo(): void
682
+ undoable(): boolean
683
+ redoable(): boolean
682
684
  move(component: Component, to_container: Container, to_index: number): void
683
685
  centerTo(component: Component, animated?: boolean): void
684
686