babylonjs-node-geometry-editor 7.23.1 → 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.
@@ -1174,6 +1174,7 @@ declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
1174
1174
  onCandidatePortSelectedObservable: BABYLON.Observable<BABYLON.Nullable<BABYLON.NodeGeometryEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeGeometryEditor.SharedUIComponents.NodePort>>;
1175
1175
  onNewNodeCreatedObservable: BABYLON.Observable<BABYLON.NodeGeometryEditor.SharedUIComponents.GraphNode>;
1176
1176
  onRebuildRequiredObservable: BABYLON.Observable<void>;
1177
+ onNodeMovedObservable: BABYLON.Observable<BABYLON.NodeGeometryEditor.SharedUIComponents.GraphNode>;
1177
1178
  onErrorMessageDialogRequiredObservable: BABYLON.Observable<string>;
1178
1179
  onExposePortOnFrameObservable: BABYLON.Observable<BABYLON.NodeGeometryEditor.SharedUIComponents.GraphNode>;
1179
1180
  onGridSizeChanged: BABYLON.Observable<void>;