HTMLGraph

Remove Node

Removes a specified node from the canvas. All associated ports will be unmarked, and any edges connected to the node will also be removed.

    
canvas.removeNode("node-1")

  

Parameters for removeNode:

NameTypeDescriptionRequired
idanyIdentifier of the node to removeyes