HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.ai
/
ActionParameter
Action
Parameter
data
class
ActionParameter
(
val
name
:
String
,
val
type
:
String
,
val
description
:
String
,
val
required
:
Boolean
=
true
,
val
defaultValue
:
Any
?
=
null
,
val
min
:
Double
?
=
null
,
val
max
:
Double
?
=
null
)
Members
Constructors
Action
Parameter
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
description
:
String
,
required
:
Boolean
=
true
,
defaultValue
:
Any
?
=
null
,
min
:
Double
?
=
null
,
max
:
Double
?
=
null
)
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
Any
?
description
Link copied to clipboard
val
description
:
String
max
Link copied to clipboard
val
max
:
Double
?
min
Link copied to clipboard
val
min
:
Double
?
name
Link copied to clipboard
val
name
:
String
required
Link copied to clipboard
val
required
:
Boolean
type
Link copied to clipboard
val
type
:
String