AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.config
/
SettingEntry
Setting
Entry
@
Serializable
data
class
SettingEntry
(
val
id
:
String
,
val
value
:
SettingValue
<
*
>
)
(
source
)
Members
Constructors
Setting
Entry
Link copied to clipboard
constructor
(
id
:
String
,
value
:
SettingValue
<
*
>
)
Properties
id
Link copied to clipboard
val
id
:
String
value
Link copied to clipboard
val
value
:
SettingValue
<
*
>