jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.41k stars 713 forks source link

How to do a right click context menu on the connection links #858

Open Neophyte69 opened 2 months ago

Neophyte69 commented 2 months ago

I need to create conditions on the links between nodes.

Do you already have such functionality?

If not, how can I add a right-click context menu on a link and not just have the delete option?

I am using it to design a workflow and the "exported" JSON is used to update the database.

I want to somehow link multiple conditions to a link and have it exported as part of the node's data property.

jerosoler commented 2 months ago

View:

Neophyte69 commented 2 months ago

Thank you. I'll work through those and see what I can come with. Thanks for the pointers.