1234567891011 |
- var t = require;
- var e = module;
- var i = exports;
- Object.defineProperty(i, "__esModule", {value: !0});
- const o = t("constants"),
- s = t("BaseNode");
- i.default = class extends s.default {
- constructor({child: t = null, name: e = "Decorator", title: i, properties: s} = {}) {
- super({category: o.DECORATOR, name: e, title: i, properties: s}), (this.child = t);
- }
- };
|