Interface: PointDropEventObject

Highcharts. PointDropEventObject

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:

newPoint :Highcharts.PointDragDropObject|undefined

New point after drop if only a single one.

Type:

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:

numNewPoints :number

Number of new points.

Type:
  • number

preventDefault :function

Prevent default drop action.

Type:
  • function

target :Highcharts.Point

Target point that caused the event.

Type:

type :"drop"

Event type.

Type:
  • "drop"