Home > @i2analyze/notebook-sdk > chart > ViewListener
chart.ViewListener type
A callback function that handles chart view events.
Signature:
type ViewListener = (view: IChartView & app.IChangeSource, applicationContents: app.IApplicationContents) => void;
References: IChartView, app.IChangeSource, app.IApplicationContents
Introduced: version 1.0
Parameters
Parameter | Description |
---|---|
view | The appearance of the chart following the change that caused the callback to be invoked, and the source of the view change. |
applicationContents | The contents of the application, including the current chart. |