babylonjs-node-editor 7.32.2 → 7.32.4
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
|
@@ -1013,6 +1013,10 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
|
1013
1013
|
private _locked;
|
|
1014
1014
|
private _dataProvider;
|
|
1015
1015
|
private _applyUpdate;
|
|
1016
|
+
/**
|
|
1017
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
|
1018
|
+
*/
|
|
1019
|
+
isEnabled: boolean;
|
|
1016
1020
|
/**
|
|
1017
1021
|
* Constructor
|
|
1018
1022
|
* @param dataProvider defines the data provider function
|