toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api
/
TextRendererWithDescription
Text
Renderer
With
Description
class
TextRendererWithDescription
(
description
:
String
,
action
:
TextRenderer
)
:
TextRenderer
Members
Constructors
Text
Renderer
With
Description
Link copied to clipboard
constructor
(
description
:
String
,
action
:
TextRenderer
)
Functions
render
Link copied to clipboard
open
override
fun
render
(
processor
:
TextRenderersProcessor
,
value
:
Any
?
)
:
String
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String