An instrument definition for a point, specifying the instrument to play and how to play it.
Members
-
instrument :Highcharts.Instrument|string
-
An Instrument instance or the name of the instrument in the Highcharts.sonification.instruments map.
Type:
- Highcharts.Instrument | string
-
instrumentMapping :Highcharts.PointInstrumentMappingObject
-
Mapping of instrument parameters for this instrument.
Type:
-
instrumentOptions :Highcharts.PointInstrumentOptionsObject|undefined
-
Options for this instrument.
Type:
- Highcharts.PointInstrumentOptionsObject | undefined
-
onEnd :function|undefined
-
Callback to call when the instrument has stopped playing.
Type:
- function | undefined