babylonjs-node-geometry-editor 7.52.2 → 7.52.3

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.
@@ -1642,6 +1642,7 @@ declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
1642
1642
  private _onDown;
1643
1643
  cleanAccumulation(useCeil?: boolean): void;
1644
1644
  private _onUp;
1645
+ private _attach;
1645
1646
  private _onMove;
1646
1647
  renderProperties(): BABYLON.Nullable<JSX.Element>;
1647
1648
  _forceRebuild(source: any, propertyName: string, notifiers?: BABYLON.IEditablePropertyOption["notifiers"]): void;
@@ -3165,7 +3166,7 @@ declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
3165
3166
  label?: string;
3166
3167
  target?: any;
3167
3168
  propertyName?: string;
3168
- isSelected?: () => boolean;
3169
+ isSelected?: boolean | (() => boolean);
3169
3170
  onSelect?: (value: boolean) => void;
3170
3171
  onValueChanged?: () => void;
3171
3172
  onPropertyChangedObservable?: BABYLON.Observable<BABYLON.NodeGeometryEditor.SharedUIComponents.PropertyChangedEvent>;