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
/
CompleteRequest
Complete
Request
@
Serializable
class
CompleteRequest
(
val
code
:
String
,
val
cursorPos
:
Int
)
:
MessageContent
Members
Constructors
Complete
Request
Link copied to clipboard
constructor
(
code
:
String
,
cursorPos
:
Int
)
Properties
code
Link copied to clipboard
val
code
:
String
cursor
Pos
Link copied to clipboard
@
SerialName
(
value
=
"cursor_pos"
)
val
cursorPos
:
Int