Closed michel-dirix closed 7 years ago
Hi, I would like to know how is it possible to catch a click event on a node ? I'm working with angular 2.
Thanks !
I found the solution by using : this.mindmap.view.addEvent(this.mindmap, 'click', function($event){});
this.mindmap.view.addEvent(this.mindmap, 'click', function($event){});
Hi, I would like to know how is it possible to catch a click event on a node ? I'm working with angular 2.
Thanks !