Skip to content
maxkfranz edited this page Nov 30, 2011 · 1 revision

nodes.grabify()

Make the nodes grabbable, meaning the user can move the nodes.

nodes.grabify()

Makes the nodes grabbable

Details

Use this function to make ungrabbable nodes grabbable so the user can move nodes around.

Examples

Make all nodes grabbable:

cy.nodes().grabify(); // make all nodes grabbable

Make selected nodes grabbable:

cy.nodes(":selected").grabbable();

Clone this wiki locally