toggle menu
plotly-kt
0.7.1.1
jvm
switch theme
search in API
plotlykt-server
/
space.kscience.plotly.server
/
Update
Update
sealed
class
Update
An update message for both data and layout
Inheritors
Trace
Layout
Members
Types
Layout
Link copied to clipboard
class
Layout
(
val
id
:
String
,
content
:
Meta
)
:
Update
Trace
Link copied to clipboard
class
Trace
(
val
id
:
String
,
trace
:
Int
,
content
:
Meta
)
:
Update
Properties
id
Link copied to clipboard
val
id
:
String
Functions
to
Json
Link copied to clipboard
abstract
fun
toJson
(
)
:
JsonObject