Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GraphNode

Package version

interface

An interface representing GraphNode. Specifies a node in the web service graph. The node can either be an input, output or asset node, so only one of the corresponding id properties is populated at any given time.

Hierarchy

  • GraphNode

Index

Properties

Optional assetId

assetId: undefined | string
member

{string} [assetId] The id of the asset represented by this node.

Optional inputId

inputId: undefined | string
member

{string} [inputId] The id of the input element represented by this node.

Optional outputId

outputId: undefined | string
member

{string} [outputId] The id of the output element represented by this node.

Optional parameters

parameters: undefined | object
member

{{ [propertyName: string]: WebServiceParameter }} [parameters] If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.

Generated using TypeDoc