Search
Preparing search index...
The search index is not available
bioblocks-viz - v0.0.158
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
BioblocksChartEvent
Class BioblocksChartEvent
An event fired by a Bioblocks Chart.
Hierarchy
BioblocksChartEvent
Index
Constructors
constructor
Properties
chart
Piece
plotly
Event
selected
Points
type
Methods
is
Axis
Constructors
constructor
new
Bioblocks
Chart
Event
(
type
:
BIOBLOCKS_CHART_EVENT_TYPE
, chartPiece
?:
BIOBLOCKS_CHART_PIECE
, selectedPoints
?:
number
[]
, plotlyEvent
?:
Partial
<
PlotMouseEvent
>
|
Partial
<
PlotSelectionEvent
>
|
Partial
<
LegendClickEvent
>
)
:
BioblocksChartEvent
Parameters
type:
BIOBLOCKS_CHART_EVENT_TYPE
Optional
chartPiece:
BIOBLOCKS_CHART_PIECE
Default value
selectedPoints:
number
[]
= []
Default value
plotlyEvent:
Partial
<
PlotMouseEvent
>
|
Partial
<
PlotSelectionEvent
>
|
Partial
<
LegendClickEvent
>
= {}
Returns
BioblocksChartEvent
Properties
Optional
chart
Piece
chart
Piece
:
BIOBLOCKS_CHART_PIECE
plotly
Event
plotly
Event
:
Partial
<
PlotMouseEvent
>
|
Partial
<
PlotSelectionEvent
>
|
Partial
<
LegendClickEvent
>
selected
Points
selected
Points
:
number
[]
type
type
:
BIOBLOCKS_CHART_EVENT_TYPE
Methods
is
Axis
is
Axis
(
)
:
boolean
Returns
boolean
Globals
Bioblocks
Chart
Event
constructor
chart
Piece
plotly
Event
selected
Points
type
is
Axis
Generated using
TypeDoc
An event fired by a Bioblocks Chart.