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