Edge validation by handle type #900
Answered
by
bcakmakoglu
karenwanga
asked this question in
Q&A
-
Hi Sir, I try to use VueFlow, it's really good to use, thank you so much!! Green handle is target type, blue handle is source type.
And when I hover on handle left side, I cannot create handle connection but move node position, how can I fix this?
Thank you again!! |
Beta Was this translation helpful? Give feedback.
Answered by
bcakmakoglu
Apr 28, 2023
Replies: 1 comment 1 reply
-
<VueFlow v-model="elements" :connection-mode="ConnectionMode.Strict"> ... </VueFlow>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
karenwanga
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ConnectionMode.Strict
to only allow source -> target connections and not source -> source or target -> target