Home > @activeviam/activeui-sdk > ChartSelectionHandlerImplementationProperties > onChange
ChartSelectionHandlerImplementationProperties.onChange property
Is called back each time the selection changes.
Signature:
onChange?: (selection: ChartSelection, layerApi: WidgetApi, widgetApi: WidgetApi) => void;