How to use the ember-flexberry-designer/objects/uml-primitives/fd-uml-active-object.create function in ember-flexberry-designer

To help you get started, we’ve selected a few ember-flexberry-designer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Flexberry / ember-flexberry-designer / addon / mixins / actions-for-primitives / fd-actions-for-cod-primitives.js View on Github external
this.createObjectData((function(x, y) {
        let jsonObject = getJsonForElement(
          'STORMCASE.UML.cod.ActiveObject, UMLCOD',
          { x, y },
          { width: 80, height: 30 },
          { Name: '' }
        );
        let activeObject = ActiveObject.create({ primitive: jsonObject });

        this._addToPrimitives(activeObject);

        return activeObject.JointJS();
      }).bind(this), e);
    },

ember-flexberry-designer

CASE addon for ember-flexberry applications

MIT
Latest version published 1 month ago

Package Health Score

67 / 100
Full package analysis

Popular ember-flexberry-designer functions