beforeUpdate property
        
        dynamic
        beforeUpdate
        
      
getter/setter pair
      Called before updating the sonification.
A context object is passed to the function, with properties chart
and timeline.
API Docs: https://api.highcharts.com/highcharts/sonification.events.beforeUpdate
Implementation
dynamic beforeUpdate;