toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
CommMsg
Comm
Msg
@
Serializable
class
CommMsg
(
val
commId
:
String
,
val
data
:
JsonObject
=
Json.EMPTY
)
:
AbstractMessageContent
Members
Constructors
Comm
Msg
Link copied to clipboard
constructor
(
commId
:
String
,
data
:
JsonObject
=
Json.EMPTY
)
Properties
comm
Id
Link copied to clipboard
@
SerialName
(
value
=
"comm_id"
)
val
commId
:
String
data
Link copied to clipboard
val
data
:
JsonObject