GraphEdge interface
定義 Web 服務圖形內的邊緣。
屬性
source |
來源圖形節點的識別碼。 |
source |
邊緣所連接的來源節點埠識別碼。 |
target |
目的地圖形節點的識別碼。 |
target |
邊緣所連線目的地節點埠的識別碼。 |
屬性詳細資料
sourceNodeId
來源圖形節點的識別碼。
sourceNodeId?: string
屬性值
string
sourcePortId
邊緣所連接的來源節點埠識別碼。
sourcePortId?: string
屬性值
string
targetNodeId
目的地圖形節點的識別碼。
targetNodeId?: string
屬性值
string
targetPortId
邊緣所連線目的地節點埠的識別碼。
targetPortId?: string
屬性值
string