Hi there,
In this project, I use DrawFlow library to create nodes.
in the const newNodeId = this.editor.addNode( name,2,1... The number 2 which is hardcoded, it's basically an input.
What I am trying to do, is increase the number (2) using a dedicated function addInputPin(), at the moment there is an alert only, that works.
Could anybody help me to do this?