toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api.libraries
/
RawMessage
Raw
Message
interface
RawMessage
Raw Jupyter message.
Members
Members & Extensions
Properties
content
Link copied to clipboard
abstract
val
content
:
JsonElement
header
Link copied to clipboard
abstract
val
header
:
JsonObject
id
Link copied to clipboard
abstract
val
id
:
List
<
ByteArray
>
metadata
Link copied to clipboard
abstract
val
metadata
:
JsonObject
?
parent
Header
Link copied to clipboard
abstract
val
parentHeader
:
JsonObject
?
session
Id
Link copied to clipboard
val
RawMessage
.
sessionId
:
String
?
type
Link copied to clipboard
val
RawMessage
.
type
:
String
?
username
Link copied to clipboard
val
RawMessage
.
username
:
String
?