api
Toggle table of contents
f6763b480f
jvm
Platform filter
jvm
Switch theme
Search in API
api
api
/
host.minestudio.frost.api.config
/
SliderConfig
/
SliderConfig
Slider
Config
constructor
(
id
:
String
,
label
:
String
,
description
:
String
?
=
null
,
min
:
Int
?
=
null
,
max
:
Int
?
=
null
,
step
:
Int
?
=
null
,
defaultValue
:
JsonElement
?
=
null
,
labels
:
List
<
String
>
?
=
null
,
disabled
:
Boolean
?
=
null
,
info
:
JsonElement
?
=
null
)