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.