How to add multiple connection points to custom nodes? #1231
-
Hi! Please tell me how to add several edge connection points to one side of a custom node?
and inside the custom node template
Thus, 4 connection points appear in the custom node and the edges work correctly. For example, how can I add 2 or more points on each side of the node? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, I do not know, if it is still relevant, but you can add multiple node connections to your custom node, by adding multiple handles to the node-descripting vue-file, for example:
It is easy to test it on the following example: https://vueflow.dev/examples/nodes/ |
Beta Was this translation helpful? Give feedback.
Hi,
I do not know, if it is still relevant, but you can add multiple node connections to your custom node, by adding multiple handles to the node-descripting vue-file, for example:
It is easy to test it on the following example: https://vueflow.dev/examples/nodes/