toggle menu
plotly-kt
0.7.1.1
js
switch theme
search in API
plotlykt-core
/
space.kscience.plotly
/
PlotlyElement
Plotly
Element
js
class
PlotlyElement
(
val
div
:
HTMLElement
)
Members
Members & Extensions
Constructors
Plotly
Element
Link copied to clipboard
js
constructor
(
div
:
HTMLElement
)
Properties
div
Link copied to clipboard
js
val
div
:
HTMLElement
Functions
on
Link copied to clipboard
js
fun
PlotlyElement
.
on
(
eventType
:
PlotlyEventListenerType
,
block
:
MouseEvent
.
(
PlotlyEvent
)
->
Unit
)