HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.web
/
Connection
Connection
data
class
Connection
(
val
id
:
String
,
val
sourceNode
:
String
,
val
sourcePort
:
String
,
val
targetNode
:
String
,
val
targetPort
:
String
)
Members
Constructors
Connection
Link copied to clipboard
constructor
(
id
:
String
,
sourceNode
:
String
,
sourcePort
:
String
,
targetNode
:
String
,
targetPort
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
source
Node
Link copied to clipboard
val
sourceNode
:
String
source
Port
Link copied to clipboard
val
sourcePort
:
String
target
Node
Link copied to clipboard
val
targetNode
:
String
target
Port
Link copied to clipboard
val
targetPort
:
String