i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > ITrackedMutations > removeFromNodeGroup

    app.ITrackedMutations.removeFromNodeGroup() method

    Removes nodes from their node group. If the group is empty after the mutation is committed, the group itself is removed.

    Signature:

    removeFromNodeGroup(nodes: NodeSpecifier | Iterable<NodeSpecifier>): boolean;
    

    Introduced: version 1.8

    Parameters

    Parameter Type Description
    nodes NodeSpecifier | Iterable<NodeSpecifier> The node or nodes to be removed.

    Returns:

    boolean

    true if one or more nodes were successfully removed from the group; false if none of the nodes existed.

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