HighchartsSonificationGlobalContextTracksOptions constructor
HighchartsSonificationGlobalContextTracksOptions({
- double? timeInterval,
- double? valueInterval,
- String? valueMapFunction,
- String? valueProp,
- HighchartsSonificationGlobalTracksMappingOptions? mapping,
- HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
- Map<
String, dynamic> ? instrument, - String? midiName,
- HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping,
- bool? roundToMusicalNotes,
- bool? showPlayMarker,
- String? type,
Context tracks to add globally, an array of either instrument tracks, speech tracks, or a mix.
API Docs: https://api.highcharts.com/highcharts/sonification.globalContextTracks
Implementation
HighchartsSonificationGlobalContextTracksOptions(
{this.timeInterval,
this.valueInterval,
this.valueMapFunction,
this.valueProp,
this.mapping,
this.activeWhen,
this.instrument,
this.midiName,
this.pointGrouping,
this.roundToMusicalNotes,
this.showPlayMarker,
this.type});