drop property
Callback that fires when the point is dropped. The parameters passed are the same as for drag. To stop the default drop action, return false. See drag and drop options.
API Docs: https://api.highcharts.com/highcharts/series.boxplot.data.events.drop
Implementation
HighchartsCallback? drop;