HighchartsNavigationEventsOptions constructor

HighchartsNavigationEventsOptions({
  1. dynamic closePopup,
  2. dynamic deselectButton,
  3. dynamic selectButton,
  4. dynamic showPopup,
})

Events to communicate between Stock Tools and custom GUI.

API Docs: https://api.highcharts.com/highcharts/navigation.events

Implementation

HighchartsNavigationEventsOptions(
    {this.closePopup,
    this.deselectButton,
    this.selectButton,
    this.showPopup});