babylonjs-node-geometry-editor 7.35.1 → 7.35.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.
@@ -1490,6 +1490,7 @@ declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
1490
1490
  private _onSelectionChangedObserver;
1491
1491
  private _isVisible;
1492
1492
  private _isTargetCandidate;
1493
+ private _gradient;
1493
1494
  onDisposedObservable: BABYLON.Observable<NodeLink>;
1494
1495
  get isTargetCandidate(): boolean;
1495
1496
  set isTargetCandidate(value: boolean);