i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > ISelectionEditor > remove

    app.ISelectionEditor.remove() method

    Removes the specified records from the chart selection.

    Signature:

    remove(records: Iterable<RecordSpecifier> | RecordSpecifier): void;
    

    Introduced: version 1.1

    Parameters

    Parameter Type Description
    records Iterable<RecordSpecifier> | RecordSpecifier The records to remove from the selection.

    Returns:

    void

    Exceptions

    Error if one or more of the records does not exist on the chart.

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