Getting Updated Data
Last updated
Choose how to capture user changes:
Use Node changed position event to save coordinates instantly
Use Edge added/removed events to update relationships in real-time
Best for collaborative editing and immediate data persistence
Use Export to JSON action to capture complete current state
Perfect for saving final layouts or sending data via API
Lets users make multiple changes before committing to database
Use "Interaction behavior" fields to customize what users can do:
Toggle node dragging on/off with Nodes draggable
Enable/disable edge creation with Nodes connectable
Control element selection with Elements selectable
Last updated