api
Toggle table of contents
24fdbeb5d0
jvm
Platform filter
jvm
Switch theme
Search in API
api
api
/
host.minestudio.frost.api.config
/
ConfigSchema
Config
Schema
@
Serializable
data
class
ConfigSchema
(
val
title
:
String
,
val
description
:
String
?
=
null
,
val
sections
:
List
<
ConfigSection
>
)
Members
Constructors
Config
Schema
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
?
=
null
,
sections
:
List
<
ConfigSection
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
sections
Link copied to clipboard
val
sections
:
List
<
ConfigSection
>
title
Link copied to clipboard
val
title
:
String
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String