Decorator.js 381 B

1234567891011
  1. var t = require;
  2. var e = module;
  3. var i = exports;
  4. Object.defineProperty(i, "__esModule", {value: !0});
  5. const o = t("constants"),
  6. s = t("BaseNode");
  7. i.default = class extends s.default {
  8. constructor({child: t = null, name: e = "Decorator", title: i, properties: s} = {}) {
  9. super({category: o.DECORATOR, name: e, title: i, properties: s}), (this.child = t);
  10. }
  11. };