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
/
InputRequest
Input
Request
@
Serializable
class
InputRequest
(
val
prompt
:
String
,
val
password
:
Boolean
=
false
)
:
MessageContent
Members
Constructors
Input
Request
Link copied to clipboard
constructor
(
prompt
:
String
,
password
:
Boolean
=
false
)
Properties
password
Link copied to clipboard
val
password
:
Boolean
=
false
prompt
Link copied to clipboard
val
prompt
:
String