We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get whether a node is currently grabbable, meaning the user can move the node.
node.grabbable() Gets whether the node is able to be grabbed by the user
Gets whether the node is able to be grabbed by the user
This function returns true if the node is grabbable, false if ungrabbable. For collections, whether the first element is grabbable is returned.
var n1IsGrabbable = cy.nodes("#n1").grababble();
There was an error while loading. Please reload this page.