Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GraphEdge

Package version

interface

An interface representing GraphEdge. Defines an edge within the web service's graph.

Hierarchy

  • GraphEdge

Index

Properties

Optional sourceNodeId

sourceNodeId: undefined | string
member

{string} [sourceNodeId] The source graph node's identifier.

Optional sourcePortId

sourcePortId: undefined | string
member

{string} [sourcePortId] The identifier of the source node's port that the edge connects from.

Optional targetNodeId

targetNodeId: undefined | string
member

{string} [targetNodeId] The destination graph node's identifier.

Optional targetPortId

targetPortId: undefined | string
member

{string} [targetPortId] The identifier of the destination node's port that the edge connects into.

Generated using TypeDoc