babylonjs-node-editor 7.26.5 → 7.27.1
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.nodeEditor.d.ts
CHANGED
|
@@ -1100,6 +1100,10 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
|
1100
1100
|
* Resets the stack
|
|
1101
1101
|
*/
|
|
1102
1102
|
reset(): void;
|
|
1103
|
+
/**
|
|
1104
|
+
* Remove the n-1 element of the stack
|
|
1105
|
+
*/
|
|
1106
|
+
collapseLastTwo(): void;
|
|
1103
1107
|
private _generateJSONDiff;
|
|
1104
1108
|
private _applyJSONDiff;
|
|
1105
1109
|
private _copy;
|
|
@@ -1483,6 +1487,7 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
|
1483
1487
|
hostDocument: Document;
|
|
1484
1488
|
lockObject: any;
|
|
1485
1489
|
modalIsDisplayed: boolean;
|
|
1490
|
+
historyStack: BABYLON.NodeEditor.SharedUIComponents.HistoryStack;
|
|
1486
1491
|
onSearchBoxRequiredObservable: BABYLON.Observable<{
|
|
1487
1492
|
x: number;
|
|
1488
1493
|
y: number;
|