toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
CompleteRequest
Complete
Request
@
Serializable
class
CompleteRequest
(
val
code
:
String
,
val
cursorPos
:
Int
)
:
AbstractMessageContent
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