toggle menu
kord-extensions
2.3.6-SNAPSHOT
jvm
switch theme
search in API
web-backend
/
dev.kordex.modules.web.core.backend.pages.blocks.labels
/
ValueLabel
Value
Label
@
Serializable
@
SerialName
(
value
=
"value-label"
)
class
ValueLabel
(
val
value
:
String
,
val
template
:
String
=
""
)
:
Block
Members
Constructors
Value
Label
Link copied to clipboard
constructor
(
value
:
String
,
template
:
String
=
""
)
Properties
classes
Link copied to clipboard
open
val
classes
:
MutableList
<
String
>
content
Link copied to clipboard
open
val
content
:
String
?
=
null
id
Link copied to clipboard
open
val
id
:
String
?
=
null
template
Link copied to clipboard
val
template
:
String
value
Link copied to clipboard
val
value
:
String