Is it possible to limit the number of incoming connection to just 1? #254
Unanswered
VadimIlyasov
asked this question in
Q&A
Replies: 1 comment
-
Yes, this is possible by using preventable events: https://v2.baklava.tech/event-system.html#events Whenever the user wants to create a new connection, this event is called and you can check, whether the target node already has the maximum number of connections and prevent the creation of the connection in this case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to limit the number of connections that can be made to a node? I would like like to limit it to improve "readability", I think it should be fine to have multiple connections for outputs.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions