babylonjs-gui-editor 6.6.1 → 6.7.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.
package/babylon.guiEditor.d.ts
CHANGED
|
@@ -464,6 +464,7 @@ declare module BABYLON {
|
|
|
464
464
|
isHovered: boolean;
|
|
465
465
|
isDragOver: boolean;
|
|
466
466
|
dragOverLocation: DragOverLocation;
|
|
467
|
+
onRenamingStateChanged: (renaming: boolean) => void;
|
|
467
468
|
}
|
|
468
469
|
export class ControlTreeItemComponent extends React.Component<IControlTreeItemComponentProps, {
|
|
469
470
|
isActive: boolean;
|
|
@@ -605,6 +606,7 @@ declare module BABYLON {
|
|
|
605
606
|
isSelected: boolean;
|
|
606
607
|
isHovered: boolean;
|
|
607
608
|
dragOverLocation: DragOverLocation;
|
|
609
|
+
blockDrag: boolean;
|
|
608
610
|
}
|
|
609
611
|
export class TreeItemSelectableComponent extends React.Component<ITreeItemSelectableComponentProps, ITreeItemSelectableComponentState> {
|
|
610
612
|
private _onSelectionChangedObservable;
|