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