i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    app.ISelectionEditor.add() method

    Adds the specified records to the chart selection.

    Signature:

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

    Introduced: version 1.1

    Parameters

    Parameter Type Description
    records Iterable<RecordSpecifier> | RecordSpecifier The records to add to 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