You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a graph generate from a JSON, and I would like to allow the nodes to be moved, but block node creation/deletion and edge swap/creation/deletion.
The readOnly prop is almost what I need, but obviously I cannot change nodes' positions.
Is there a way to block all the actions except for nodes' updates (if not in readOnly mode) or to allow only nodes' updates (readOnly mode)