HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.web
/
OpModeCreationConfig
Op
Mode
Creation
Config
data
class
OpModeCreationConfig
(
val
name
:
String
,
val
type
:
String
,
val
robotId
:
String
,
val
constructorParams
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Members
Constructors
Op
Mode
Creation
Config
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
robotId
:
String
,
constructorParams
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Properties
constructor
Params
Link copied to clipboard
val
constructorParams
:
Map
<
String
,
Any
?
>
name
Link copied to clipboard
val
name
:
String
robot
Id
Link copied to clipboard
val
robotId
:
String
type
Link copied to clipboard
val
type
:
String