i2 Notebook SDK
Search results for

    Show/hide table of contents

    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:

    IPendingNodeGroup

    The node group, with the specified nodes added.

    Exceptions

    Error if any of the nodes are not on the chart.

    In this article
    Back to top © N. Harris Computer Corporation