We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Make the nodes grabbable, meaning the user can move the nodes.
nodes.grabify() Makes the nodes grabbable
Makes the nodes grabbable
Use this function to make ungrabbable nodes grabbable so the user can move nodes around.
Make all nodes grabbable:
cy.nodes().grabify(); // make all nodes grabbable
Make selected nodes grabbable:
cy.nodes(":selected").grabbable();
There was an error while loading. Please reload this page.