Home > @i2analyze/notebook-sdk > visual > IBrushSet > set
visual.IBrushSet.set() method
Sets the brush index for multiple records.
Signature:
set(entries: Iterable<[app.RecordSpecifier, BrushIndex]>): void;
Introduced: version 1.9
Parameters
| Parameter | Type | Description |
|---|---|---|
| entries | Iterable<[app.RecordSpecifier, BrushIndex]> | An iterable of [record, index] tuples for multiple records. |
Returns:
void
Exceptions
Error if one or more of the records do not exist on the chart.