bpmn-js/lib/features/modeling
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
..
behavior feat(modeling): implement create via palette/context-pad 2014-12-07 13:08:50 +01:00
cmd feat(modeling): add property update mechanism 2015-01-02 16:15:18 +01:00
rules feat(modeling): implement create via palette/context-pad 2014-12-07 13:08:50 +01:00
BpmnFactory.js feat(drop): basic implementation 2014-11-21 09:21:41 +01:00
BpmnUpdater.js fix(modeling): use correct parent for bpmn:TextAnnotation 2014-12-02 08:36:15 +01:00
ElementFactory.js feat(modeling): implement create via palette/context-pad 2014-12-07 13:08:50 +01:00
LabelSupport.js feat(modeling): implement create via palette/context-pad 2014-12-07 13:08:50 +01:00
Layouter.js feat(modeling): integrate connection repair 2014-09-04 13:47:31 +02:00
Modeling.js feat(modeling): add property update mechanism 2015-01-02 16:15:18 +01:00
index.js feat(modeling): move to rules infrastructure 2014-11-21 09:22:51 +01:00