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