Kratos
Toggle table of contents
1.1.0
jvm
Platform filter
jvm
Switch theme
Search in API
Kratos
Kratos
/
dev.lyzev.api.setting
/
Setting
/
Setting
Setting
constructor
(
container
:
KClass
<
*
>
,
name
:
String
,
desc
:
String
?
=
null
,
value
:
T
,
hidden
:
(
)
->
Boolean
=
{ false }
,
onChange
:
(
T
)
->
Unit
=
{}
)
(
source
)
Parameters
T
The type of value this setting holds.