Skip to content
Discussion options

You must be logged in to vote

Hi! Thanks for your question 🙌

If you’re rendering nodes and connections using Foblex Flow, then you’re already managing their data in your component — the library doesn’t store state internally. You likely have arrays like nodes[] and connections[], which you pass to as inputs.

To export the data (for saving to a backend, for example), you can simply send those arrays — they already contain all the structure and connection info you’ve created.

So in short: if it’s visible on screen, it’s already in your data. Just serialize it and use it however your backend needs 👍

Replies: 1 comment

Comment options

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