toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api
/
VariableState
Variable
State
interface
VariableState
Inheritors
VariableStateImpl
Members
Properties
property
Link copied to clipboard
abstract
val
property
:
KProperty
<
*
>
script
Instance
Link copied to clipboard
abstract
val
scriptInstance
:
Any
?
string
Value
Link copied to clipboard
abstract
val
stringValue
:
String
?
value
Link copied to clipboard
abstract
val
value
:
Result
<
Any
?
>