SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-compile-json
/
sk.ainet.compile.json.model
/
SkainetEdgeJson
Skainet
Edge
Json
@
Serializable
data
class
SkainetEdgeJson
(
val
sourceNodeId
:
String
,
val
sourceNodeOutputId
:
String
,
val
targetNodeInputId
:
String
)
(
source
)
Members
Constructors
Skainet
Edge
Json
Link copied to clipboard
constructor
(
sourceNodeId
:
String
,
sourceNodeOutputId
:
String
,
targetNodeInputId
:
String
)
Properties
source
Node
Id
Link copied to clipboard
val
sourceNodeId
:
String
source
Node
Output
Id
Link copied to clipboard
val
sourceNodeOutputId
:
String
target
Node
Input
Id
Link copied to clipboard
val
targetNodeInputId
:
String