babylonjs-gui-editor 7.24.0 → 7.25.0

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.
@@ -1580,6 +1580,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
1580
1580
  onCandidatePortSelectedObservable: Observable<Nullable<BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort>>;
1581
1581
  onNewNodeCreatedObservable: Observable<BABYLON.GuiEditor.SharedUIComponents.GraphNode>;
1582
1582
  onRebuildRequiredObservable: Observable<void>;
1583
+ onNodeMovedObservable: Observable<BABYLON.GuiEditor.SharedUIComponents.GraphNode>;
1583
1584
  onErrorMessageDialogRequiredObservable: Observable<string>;
1584
1585
  onExposePortOnFrameObservable: Observable<BABYLON.GuiEditor.SharedUIComponents.GraphNode>;
1585
1586
  onGridSizeChanged: Observable<void>;