projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.51k stars 1.17k forks source link

Get LinkWidget object from LinkModel object #846

Open thn80 opened 3 years ago

thn80 commented 3 years ago

Is there a way to retrieve the related LinkWidget object if I have the LinkModel object?

Or is there any way to get a list of all LinkWidget objects if I have the DiagramEngine or the DiagramModel?

thn80 commented 3 years ago

Any ideas?