@hatiolab/things-scene 3.4.10 → 3.4.12

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
@@ -693,6 +693,12 @@ declare module '@hatiolab/things-scene' {
693
693
  undoableChange(f: () => void): void
694
694
  zorder(type: 'forward' | 'backward' | 'front' | string): void
695
695
 
696
+ startStylePasteMode(): void
697
+ stopStylePasteMode(): void
698
+
699
+ startDatabindPasteMode(): void
700
+ stopDatabindPasteMode(): void
701
+
696
702
  data: object
697
703
  dataByRefid: object
698
704