Home > @i2analyze/notebook-sdk > app > INodeGroupEditor > removeNodes
app.INodeGroupEditor.removeNodes() method
Removes nodes from the group. If the group is empty after the mutation is committed, the group itself is removed.
Signature:
removeNodes(nodes: NodeSpecifier | Iterable<NodeSpecifier>): this;
Introduced: version 1.8
Parameters
| Parameter | Type | Description | 
|---|---|---|
| nodes | NodeSpecifier | Iterable<NodeSpecifier> | The nodes to remove from the group. | 
Returns:
this
The node group, with the specified nodes removed.