Home > @i2analyze/notebook-sdk > app > ITrackedMutations > removeRecords
app.ITrackedMutations.removeRecords() method
Removes records from the chart.
Signature:
removeRecords(records: RecordSpecifier | Iterable<RecordSpecifier>): boolean;
Introduced: version 1.1
Parameters
Parameter | Type | Description |
---|---|---|
records | RecordSpecifier | Iterable<RecordSpecifier> | The record or records to be removed. |
Returns:
boolean
true
if one or more records were successfully removed from the chart; false
if none of the records existed.