Open
Description
Is your feature request related to a problem? Please describe
Like we have in diagram.js
, it would make sense to have a getGraphics
functionality for the ElementRegistry
in table-js
.
From an APIs perspective, it would be nice to have this aligned in all core libraries. I humbled over this while implementing test cases inside dmn-js-decision-table
and get the DOM node from an element.
Describe the solution you'd like
Implement ElementRegistry#getGraphics
to return a SVGElement oder a DOMNode.
Describe alternatives you've considered
Do nothing because it's not feasible.
Additional context