toggle menu
core
1.9.10
jvm
switch theme
search in API
core
/
org.jetbrains.dokka.pages
/
SimpleAttr
Simple
Attr
class
SimpleAttr
(
val
extraKey
:
String
,
val
extraValue
:
String
)
:
ExtraProperty
<
ContentNode
>
Members
Constructors
Simple
Attr
Link copied to clipboard
constructor
(
extraKey
:
String
,
extraValue
:
String
)
Types
Simple
Attr
Key
Link copied to clipboard
data
class
SimpleAttrKey
(
val
key
:
String
)
:
ExtraProperty.Key
<
ContentNode
,
SimpleAttr
>
Properties
extra
Key
Link copied to clipboard
val
extraKey
:
String
extra
Value
Link copied to clipboard
val
extraValue
:
String
key
Link copied to clipboard
open
override
val
key
:
ExtraProperty.Key
<
ContentNode
,
SimpleAttr
>