[FR] New source/target handle type
See original GitHub issueHave a Handle type that acts as source and target. In v6 I was able to create connections only with sources handles, but after upgrading to v8 the EdgeRenderer warns about couldn't create edge for target handle id.
The use case behind this is the ability to connect any node handle with any other in another node.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Create Edge from source handle to target handle instead of ...
I have used a multi-handle custom node by implementing "React Sortable Tree". Consider. React Sortable Node = > Sort Node. React Flow Node...
Read more >Event (JavaFX 8) - Oracle Help Center
The event source specifies for an event handler the object on which that handler ... Construct a new Event with the specified event...
Read more >Edge Options API - React Flow
Edge Options. You create edges by adding them to your edges or defaultEdges array of the ReactFlow component. Edge example: { id: 'e1-2',...
Read more >Source Analyzer in Informatica | How to Create Source & Target
1. In source analyzer, Click on Sources tab from the main menu 2. Create ODBC connection (If you already have ODBC connection, move...
Read more >Event.target - Web APIs | MDN
The read-only target property of the Event interface is a reference to the object onto which the event was dispatched.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@chrtze sorry, just see this. Do you still need a sandbox? I think @moklick explained it better than me. And yes, I like the connectionMode proposal
Hey @MatiasCiccone
we are not allowing target to target or source to source connections anymore. I think we should add an option to enable this again. Any ideas for an option name?
allowTargetToTargetAndSourceToSourceConnectionsseems a bit overwhelming 😄. MaybeconnectionMode: 'loose' | 'strict'?