Skip to content

Can it support multiple input and output? #1392

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

You must be logged in to vote

Use CSS to position your handles, there's nothing else to it.
Handles are simple <div> elements that use position: absolute for positioning, meaning the closest wrapping element with position: relative will be what the handle aligns itself with.

  <Handle id="a" type="source" :position="Position.Right" :style="{ top: '10px' }" />
  <Handle id="b" type="source" :position="Position.Right" :style="{ bottom: '10px', top: 'auto' }" />

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bcakmakoglu
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