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
/
Prop
Prop
data
class
Prop
(
val
name
:
String
,
val
type
:
ToolMeta.Type
,
val
required
:
Boolean
,
val
description
:
String
)
(
source
)
Members
Constructors
Prop
Link copied to clipboard
constructor
(
name
:
String
,
type
:
ToolMeta.Type
,
required
:
Boolean
,
description
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
required
Link copied to clipboard
val
required
:
Boolean
type
Link copied to clipboard
val
type
:
ToolMeta.Type