i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    app.ITrackedMutations.removeElements() method

    Removes elements from the chart.

    Signature:

    removeElements(elements: ElementSpecifier | Iterable<ElementSpecifier>): boolean;
    

    Introduced: version 1.1

    Parameters

    Parameter Type Description
    elements ElementSpecifier | Iterable<ElementSpecifier> The element or elements to be removed.

    Returns:

    boolean

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

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