TS for Box widget

This commit is contained in:
nathangray
2020-01-21 07:36:45 -07:00
committed by Hadi Nategh
parent 368f20ab5a
commit 7576742cbc
4 changed files with 459 additions and 214 deletions

View File

@ -124,6 +124,10 @@ var et2_widget = /** @class */ (function (_super) {
// Set the legacyOptions array to the names of the properties the "options"
// attribute defines.
_this.legacyOptions = [];
/**
* Set this variable to true if this widget can have namespaces
*/
_this.createNamespace = false;
_this._children = [];
_this._mgrs = {};
/**