jerosoler / Drawflow

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

Update node data by node id #750

Open nasimcoderex opened 11 months ago

nasimcoderex commented 11 months ago

How can I update node data by node id?

jerosoler commented 11 months ago

View methods 'updateNodeDataFromId'

nasimcoderex commented 11 months ago

I have used updateNodeDataFromId() method . But I want to change the data after start(). Is it possible to change the node data after start and re-render with updated node data. Actually I want to change the pos_x and pos_y and output number

matheusfnl commented 10 months ago

@nasimcoderex Check this, it may help you. https://github.com/jerosoler/Drawflow/issues/129