HighchartsNavigationEventsOptions class

Events to communicate between Stock Tools and custom GUI.

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

Inheritance

Constructors

HighchartsNavigationEventsOptions.new({dynamic closePopup, dynamic deselectButton, dynamic selectButton, dynamic showPopup})
Events to communicate between Stock Tools and custom GUI.

Properties

closePopup ↔ dynamic
A closePopup event. Fired when Popup should be hidden, for example when clicking on an annotation again.
getter/setter pair
deselectButton ↔ dynamic
Event fired when button state should change, for example after adding an annotation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectButton ↔ dynamic
Event fired on a button click.
getter/setter pair
showPopup ↔ dynamic
A showPopup event. Fired when selecting for example an annotation.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited