jerosoler / Drawflow

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

Right panel for configuration of nodes #215

Closed Matt2012 closed 3 years ago

Matt2012 commented 3 years ago

I would like to be able to configure the node in a slide out right panel. In the situation where you might want to add a lot of variables to a form connected with an input such as connecting to an API at that stage and needing URL, headers, etc. Has this been considered? Or a similar approach to needing more room for configuration.

jerosoler commented 3 years ago

Hello @Matt2012

Use methods getNodeFromId(id) and updateNodeDataFromId

View: https://github.com/jerosoler/Drawflow/issues/197

Jero