HighchartsSonificationDefaultInstrumentActiveWhenOptions constructor

HighchartsSonificationDefaultInstrumentActiveWhenOptions({
  1. double? crossingDown,
  2. double? crossingUp,
  3. double? max,
  4. double? min,
  5. String? prop,
})

Define a condition for when a track should be active and not.

API Docs: https://api.highcharts.com/highcharts/sonification.globalTracks.activeWhen

Implementation

HighchartsSonificationDefaultInstrumentActiveWhenOptions(
    {this.crossingDown, this.crossingUp, this.max, this.min, this.prop});