6 Commits

Author SHA1 Message Date
3ea2852221 chore: simplify element type names 2023-04-19 12:18:42 +02:00
716686879c fix(modeling): fix command handler JSDocs 2023-04-19 12:18:42 +02:00
c42dbf8a70 style: update code style
Apply latest bpmn-io code style.
2022-08-18 10:57:23 +00:00
8d66d08e2a chore(modeling): add TODO 2022-08-16 13:14:13 +00:00
8d90d4dc63 chore: use ES6 exports
Modified the file to use 'export default' instead of 'module.exports'
so that I don't get errors stating that there is no default export.
2021-08-25 08:41:34 +02:00
667d469f38 feat(modeling): provide generic moddle properties update API
Modeling#updateModdleProperties allows users to update moddle elements
that are backed up by diagram elements.

It provides us a path forward when we start to update more _hidden_
things from within the modeling canvas.
2020-11-19 14:24:59 +00:00