retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
10.09k stars 652 forks source link

Pass description in socket tooltip #307

Closed akshayred closed 5 years ago

akshayred commented 5 years ago

I want to pass description along with title for socket tooltip. How can I pass description (about 200 words) to show on hover of socket.

Ni55aN commented 5 years ago

https://github.com/retejs/rete/issues/304#issuecomment-492576412

In the same way, you can modify the Node and Socket components.