GraphNode interface
指定 Web 服務圖形中的節點。 節點可以是輸入、輸出或資產節點,因此在任何指定時間只會填入其中一個對應的識別碼屬性。
屬性
asset |
這個節點所表示之資產的識別碼。 |
input |
這個節點所表示之輸入專案的識別碼。 |
output |
這個節點所表示之輸出專案的識別碼。 |
parameters | 如果適用,則為節點的參數。 全域圖形參數會對應至這些參數,並在執行時間設定值。 |
屬性詳細資料
assetId
這個節點所表示之資產的識別碼。
assetId?: string
屬性值
string
inputId
這個節點所表示之輸入專案的識別碼。
inputId?: string
屬性值
string
outputId
這個節點所表示之輸出專案的識別碼。
outputId?: string
屬性值
string
parameters
如果適用,則為節點的參數。 全域圖形參數會對應至這些參數,並在執行時間設定值。
parameters?: {[propertyName: string]: WebServiceParameter}
屬性值
{[propertyName: string]: WebServiceParameter}