I am currently creating an AlloyUI Diagram Builder from data in a database.
Everything works perfect except that nodes can only be connected by their names. The issue is that I will have nodes with the same names which I still need to be separate nodes. When I now connect those nodes using connectAll() the wrong nodes get connected.
Is there any way to connect the nodes by their ID ?
Best regards,
Daniel