Contains common information for a drop event on series points.
Members
-
newPoint :Highcharts.PointDragDropObject|undefined
-
New point after drag if only a single one.
Type:
- Highcharts.PointDragDropObject | undefined
-
newPoint :Highcharts.PointDragDropObject|undefined
-
New point after drop if only a single one.
Type:
- Highcharts.PointDragDropObject | undefined
-
newPointId :string|undefined
-
New point id after drag if only a single one.
Type:
- string | undefined
-
newPointId :string|undefined
-
New point id after drop if only a single one.
Type:
- string | undefined
-
newPoints :Highcharts.Dictionary.<Highcharts.PointDragDropObject>
-
New points after drop.
Type:
- Highcharts.Dictionary.<Highcharts.PointDragDropObject>
-
numNewPoints :number
-
Number of new points.
Type:
- number
-
origin :Highcharts.DragDropPositionObject
-
Original data.
Type:
-
preventDefault :function
-
Prevent default drop action.
Type:
- function
-
target :Highcharts.Point
-
Target point that caused the event.
Type:
-
type :"drop"
-
Event type.
Type:
- "drop"