Home > @i2analyze/notebook-sdk > chart > BrushSetChangeListener
chart.BrushSetChangeListener type
A callback function that handles brush set change events.
Signature:
type BrushSetChangeListener = (brushSet: visual.IBrushSet, applicationContents: app.IApplicationContents) => void;
References: visual.IBrushSet, app.IApplicationContents
Introduced: version 1.9
Parameters
| Parameter | Description |
|---|---|
| brushSet | The brush set that changed. |
| applicationContents | The contents of the application, including the current chart. |