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.