bpmn-js/lib
Nico Rehwaldt 2019c658df feat(modeling): add property update mechanism
This adds the modeling#updateProperties(element, props) method to the
modeler that can be used to set BPMN 2.0 properties on elements.

By assigning the properties this way, the modeler is aware of the
elements that got changed and can update / redraw the elements
accordingly.

This hooks up with the modelers undo/redo chain, too.

Related to #167
2015-01-02 16:15:18 +01:00
..
core chore(import): reorganize import related functionality 2014-10-30 12:06:43 +01:00
draw fix(draw): use correct height for bpmn:TextAnnotation 2014-12-07 13:06:32 +01:00
features feat(modeling): add property update mechanism 2015-01-02 16:15:18 +01:00
import fix(import): import message flows to dangling process 2015-01-02 12:56:32 +01:00
util fix(import): correctly import label DI 2014-10-30 12:07:28 +01:00
Modeler.js chore(Modeler): remove bpmn-js-cli 2014-12-30 22:53:58 +01:00
Viewer.js feat(bpmn-js): add #destroy method and allow custom position 2014-12-18 09:45:45 +01:00