AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.tool
/
ToolMeta
/
Type
/
OneOf
/
Variant
Variant
data
class
Variant
(
val
name
:
String
,
val
description
:
String
,
val
properties
:
List
<
ToolMeta.Prop
>
)
(
source
)
Members
Constructors
Variant
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
properties
:
List
<
ToolMeta.Prop
>
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
properties
Link copied to clipboard
val
properties
:
List
<
ToolMeta.Prop
>