i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    app.ITrackedMutations.removeNodeGroups() method

    Removes node groups from the chart. Removing a node group does not remove the nodes that were part of it.

    Signature:

    removeNodeGroups(nodeGroups: NodeGroupSpecifier | Iterable<NodeGroupSpecifier>): boolean;
    

    Introduced: version 1.8

    Parameters

    Parameter Type Description
    nodeGroups NodeGroupSpecifier | Iterable<NodeGroupSpecifier> The node group or groups to be removed.

    Returns:

    boolean

    true if one or more node groups were successfully removed from the chart; false if none of the node groups existed.

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