HighchartsSonificationEventsOptions class
Set up event handlers for the sonification
API Docs: https://api.highcharts.com/highcharts/sonification.events
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsSonificationEventsOptions
Constructors
- HighchartsSonificationEventsOptions.new({dynamic afterUpdate, dynamic beforePlay, dynamic beforeUpdate, dynamic onBoundaryHit, dynamic onEnd, dynamic onPlay, dynamic onSeriesEnd, dynamic onSeriesStart, dynamic onStop})
- Set up event handlers for the sonification
Properties
- afterUpdate ↔ dynamic
-
Called after updating the sonification.
getter/setter pair
- beforePlay ↔ dynamic
-
Called immediately when a play is requested.
getter/setter pair
- beforeUpdate ↔ dynamic
-
Called before updating the sonification.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- onBoundaryHit ↔ dynamic
-
Called when attempting to play an adjacent point or series, and
there is none.
getter/setter pair
- onEnd ↔ dynamic
-
Called when play is completed.
getter/setter pair
- onPlay ↔ dynamic
-
Called on play.
getter/setter pair
- onSeriesEnd ↔ dynamic
-
Called when finished playing a series.
getter/setter pair
- onSeriesStart ↔ dynamic
-
Called on the beginning of playing a series.
getter/setter pair
- onStop ↔ dynamic
-
Called on pause, cancel, or if play is completed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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