Skip to content

Support for Multiple Source and Target Positions? #270

Answered by bcakmakoglu
pjatx asked this question in Q&A
Discussion options

You must be logged in to vote

You can implement custom nodes that have as many handles as you want on whatever side you want.
Check the Custom Node Example. In that example there is a node with 2 handles on the right side.
Also read this part of the docs if you plan on adding handles dynamically.

If you want edges to be able to fork, you'll have to implement your own custom edges as the built-in ones only handle connection from one handle to another.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@pjatx
Comment options

@bcakmakoglu
Comment options

@pjatx
Comment options

@bcakmakoglu
Comment options

@pjatx
Comment options

Answer selected by pjatx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #269 on August 08, 2022 19:17.