kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
Paragraph
Paragraph
@
Serializable
class
Paragraph
(
val
cursor
:
Int
,
val
text
:
String
)
Data wrapper used by custom code completion events.
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