toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api.graphs.labels
/
HtmlAttributes
Html
Attributes
abstract
class
HtmlAttributes
<
out
Attr
>
(
properties
:
MutableMap
<
String
,
Any
>
=
mutableMapOf()
)
Inheritors
TableAttributes
Members
Constructors
Html
Attributes
Link copied to clipboard
constructor
(
properties
:
MutableMap
<
String
,
Any
>
=
mutableMapOf()
)
Types
Attribute
Delegate
Link copied to clipboard
class
AttributeDelegate
<
T
:
Any
>
Html
Attributes
Companion
Link copied to clipboard
abstract
class
HtmlAttributesCompanion
<
T
:
HtmlAttributes
<
T
>
>
Properties
html
Link copied to clipboard
val
html
:
String
Functions
copy
Link copied to clipboard
abstract
fun
copy
(
)
:
Attr