toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api.graphs.labels
/
HtmlAttributes
/
AttributeDelegate
Attribute
Delegate
class
AttributeDelegate
<
T
:
Any
>
Members
Constructors
Attribute
Delegate
Link copied to clipboard
constructor
(
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
HtmlAttributes
<
*
>
,
property
:
KProperty
<
*
>
)
:
T
?
set
Value
Link copied to clipboard
operator
fun
setValue
(
thisRef
:
HtmlAttributes
<
*
>
,
property
:
KProperty
<
*
>
,
value
:
T
?
)