babylonjs-gui-editor 7.32.0 → 7.32.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.
package/babylon.guiEditor.d.ts
CHANGED
|
@@ -1224,6 +1224,10 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
1224
1224
|
private _locked;
|
|
1225
1225
|
private _dataProvider;
|
|
1226
1226
|
private _applyUpdate;
|
|
1227
|
+
/**
|
|
1228
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
|
1229
|
+
*/
|
|
1230
|
+
isEnabled: boolean;
|
|
1227
1231
|
/**
|
|
1228
1232
|
* Constructor
|
|
1229
1233
|
* @param dataProvider defines the data provider function
|