Replies: 1 comment
-
Handles have no state object that you could pass data to, hence you can't store any data on them. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've created a custom node, that presents multiple Handles based on the possible options for the node Yes, No, May be.
I'm creating an edge and adding a label based on the source Handle now, but would like to use the data to determine what label to put, based on the data of the handle. I see data can be added nodes and edges, but not handles.
Am I missing something? Is there another way to achieve the same.
and the onConnect is
Also, is there a way to get details of "source" and "target" nodes from the params? I only get the ids
Beta Was this translation helpful? Give feedback.
All reactions