Options
All
  • Public
  • Public/Protected
  • All
Menu

Arguments passed into the callback for SeriesSelectionModifier3D.selectionChanged event

Hierarchy

  • SelectionChangedArgs3D

Index

Constructors

constructor

Properties

Readonly allSeries

allSeries: IRenderableSeries3D[]

The array of all series at the time of the event. Query IRenderableSeries3D.isSelected to determine if it is selected or not

Readonly hitTestInfo

hitTestInfo: SeriesInfo3D

The hit-test info for this event, if available.

Readonly selectedSeries

selectedSeries: IRenderableSeries3D[]

The array of selected series at the time of the event

Readonly source

The source SeriesSelectionModifier3D which raised the event

Generated using TypeDoc