cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How to handle mouse events in neovis?

I have a react JS web app and neo4j db, I am able to display the the graph but I need to handle the click event on a node so that I can take some action . I have been struggling to figure out how to do this.. can someone shed some light on this?

1 REPLY 1

Hi! I'm also struggling with this. Seems like the registerOnEvent() is one solution, but I have trouble figuring out how. Would be great if someone could give some guidance.