Replies: 1 comment
-
Sorry for the late reply, I hope this documentation page helps: https://v2.baklava.tech/visual-editor/customization.html#custom-components Regarding the connecting of nodes: If you use the default |
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 everyone,
I would like to know if it is possible to use a Single File Component as a node. The docs indicate that it is possible however the steps are not very clear.
Some background:
I'm using baklava v2 with vue3
The structure of my nodes is fairly complex in the senses that the SFC nodes (there will be a few varieties) will display some images and will also allow the use to input text, etc..
I also would like to be able to connect these nodes to be connected to other nodes (no need for automatic passing of data as long as I can figure out a mechanism to do so)
I'm trying to make sense of what this page is saying but I can't figure out the steps to do so: I have a skeleton SFC, how do I register it so that it could be added to the graph and then allow it to be connected to other nodes?
I'm hoping someone could point me in the right direction.
thank you.
Beta Was this translation helpful? Give feedback.
All reactions