api
Toggle table of contents
f6763b480f
jvm
Platform filter
jvm
Switch theme
Search in API
api
api
/
host.minestudio.frost.api.config
/
SettingGroup
Setting
Group
@
Serializable
data
class
SettingGroup
(
val
id
:
String
,
val
title
:
String
,
val
description
:
String
?
=
null
,
val
settings
:
List
<
SettingConfig
>
)
Members
Constructors
Setting
Group
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
description
:
String
?
=
null
,
settings
:
List
<
SettingConfig
>
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
settings
Link copied to clipboard
val
settings
:
List
<
SettingConfig
>
title
Link copied to clipboard
val
title
:
String