babylonjs-node-render-graph-editor 7.24.1 → 7.24.2

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.
@@ -1489,6 +1489,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
1489
1489
  private _onSelectionChangedObserver;
1490
1490
  private _isVisible;
1491
1491
  private _isTargetCandidate;
1492
+ private _gradient;
1492
1493
  onDisposedObservable: BABYLON.Observable<NodeLink>;
1493
1494
  get isTargetCandidate(): boolean;
1494
1495
  set isTargetCandidate(value: boolean);