api
Toggle table of contents
24fdbeb5d0
jvm
Platform filter
jvm
Switch theme
Search in API
api
api
/
host.minestudio.frost.api.config
/
SelectOption
Select
Option
@
Serializable
data
class
SelectOption
(
val
value
:
String
,
val
label
:
String
,
val
badge
:
Badge
?
=
null
)
Members
Constructors
Select
Option
Link copied to clipboard
constructor
(
value
:
String
,
label
:
String
,
badge
:
Badge
?
=
null
)
Properties
badge
Link copied to clipboard
val
badge
:
Badge
?
=
null
label
Link copied to clipboard
val
label
:
String
value
Link copied to clipboard
val
value
:
String