jerosoler / Drawflow

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

label:question Is it possible to put a name on the connection line? #256

Closed kennykanp closed 2 years ago

kennykanp commented 3 years ago

Is it possible to put a name on the connection line? Something like:

                        "input_1": {
                            "connections": [
                                {
                                    "node": "16",
                                    "input": "output_1",
                                    "name": "custom_name_here" <== is it possible?
                                }
                            ]
                        }

in the interface it would be something like: image

jerosoler commented 3 years ago

Hello @kennykanp

Not implemented.

View possible solutions: https://github.com/jerosoler/Drawflow/issues/18

I plan to implement something like https://github.com/jerosoler/Drawflow/issues/45#issuecomment-701554099. But I haven't had time.