bpmn-io / bpmn-js

A BPMN 2.0 rendering toolkit and web modeler.
https://bpmn.io/toolkit/bpmn-js/
Other
8.35k stars 1.29k forks source link

Type `moddle` parts of the library #2191

Open nikku opened 3 weeks ago

nikku commented 3 weeks ago

Is your feature request related to a problem? Please describe.

Through type definitions we already greatly enhanced the development experience (integrating our editors and toolkits).

Unfortunately these definitions do not cover the bpmn-moddle (ref) of our tooling yet, as a result diagramElement.businessObject will generally be untyped (any).

Hence mistakes in usage could easily happen, undetected for our users.

Describe the solution you'd like

Describe alternatives you've considered

None.

Additional context

Depends on https://github.com/bpmn-io/bpmn-moddle/issues/116.