You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
bpmn-moddle (diagramElement.businessObject) is typed
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 resultdiagramElement.businessObject
will generally be untyped (any
).Hence mistakes in usage could easily happen, undetected for our users.
Describe the solution you'd like
bpmn-moddle
(diagramElement.businessObject
) is typedDescribe alternatives you've considered
None.
Additional context
Depends on bpmn-io/bpmn-moddle#116.
The text was updated successfully, but these errors were encountered: