projectstorm / react-diagrams

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

How can I get the event when the node/link has been added/updated/deleted successfully? #924

Closed nickzengcn closed 2 years ago

nickzengcn commented 2 years ago

Dear team, All I can get from doc and demo are eventWillFire/eventDidFire/linksUpdated, But it can't support enough if I want to do some validations between nodes by link. Any suggestions here?