i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.

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