Interface: PointInstrumentObject

Highcharts. PointInstrumentObject

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:

instrumentMapping :Highcharts.PointInstrumentMappingObject

Mapping of instrument parameters for this instrument.

Type:

instrumentOptions :Highcharts.PointInstrumentOptionsObject|undefined

Options for this instrument.

Type:

onEnd :function|undefined

Callback to call when the instrument has stopped playing.

Type:
  • function | undefined