toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
Paragraph
Paragraph
@
Serializable
class
Paragraph
(
val
cursor
:
Int
,
val
text
:
String
)
Members
Constructors
Paragraph
Link copied to clipboard
constructor
(
cursor
:
Int
,
text
:
String
)
Properties
cursor
Link copied to clipboard
val
cursor
:
Int
text
Link copied to clipboard
val
text
:
String