api
Toggle table of contents
f6763b480f
jvm
Platform filter
jvm
Switch theme
Search in API
api
api
/
host.minestudio.frost.api.config
/
SelectConfig
/
SelectConfig
Select
Config
constructor
(
id
:
String
,
label
:
String
,
description
:
String
?
=
null
,
options
:
List
<
SelectOption
>
,
defaultValue
:
JsonElement
?
=
null
,
disabled
:
Boolean
?
=
null
,
info
:
JsonElement
?
=
null
)