Home > @i2analyze/notebook-sdk > app > INodeGroupEditor > addNodes
app.INodeGroupEditor.addNodes() method
Adds nodes to the group.
Signature:
addNodes(nodes: NodeSpecifier | Iterable<NodeSpecifier>): this;
Introduced: version 1.8
Parameters
| Parameter | Type | Description | 
|---|---|---|
| nodes | NodeSpecifier | Iterable<NodeSpecifier> | The nodes to add to the group. | 
Returns:
this
The node group, with the specified nodes added.
Exceptions
Error if any of the nodes are not on the chart.