i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > SelectionOption

    app.SelectionOption type

    The effect on chart selection of adding a record group to the chart.

    Signature:

    type SelectionOption = 'addRecordsToSelection' | 'setSelectionToRecords' | 'setSelectionToNewRecords';
    

    Introduced: version 1.1

    Remarks

    addRecordsToSelection adds the records from the group to the current selection; setSelectionToRecords sets the selection to the records from the group; setSelectionToNewRecords sets the selection to records from the group that were not already on the chart.

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