HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.web
/
Node
Node
data
class
Node
(
val
id
:
String
,
val
label
:
String
,
val
type
:
String
,
val
actionId
:
String
?
=
null
,
val
eventId
:
String
?
=
null
,
val
parameters
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
val
position
:
Position
,
val
ports
:
Ports
)
Members
Constructors
Node
Link copied to clipboard
constructor
(
id
:
String
,
label
:
String
,
type
:
String
,
actionId
:
String
?
=
null
,
eventId
:
String
?
=
null
,
parameters
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
position
:
Position
,
ports
:
Ports
)
Properties
action
Id
Link copied to clipboard
val
actionId
:
String
?
event
Id
Link copied to clipboard
val
eventId
:
String
?
id
Link copied to clipboard
val
id
:
String
label
Link copied to clipboard
val
label
:
String
parameters
Link copied to clipboard
val
parameters
:
Map
<
String
,
Any
?
>
ports
Link copied to clipboard
val
ports
:
Ports
position
Link copied to clipboard
val
position
:
Position
type
Link copied to clipboard
val
type
:
String