GraphParameter interface
Defines a global parameter in the graph.
Properties
| description | Description of this graph parameter. |
| links | Association links for this parameter to nodes in the graph. |
| type | Graph parameter's type. |
Property Details
description
Description of this graph parameter.
description?: string
Property Value
string
links
Association links for this parameter to nodes in the graph.
links: GraphParameterLink[]
Property Value
type
Graph parameter's type.
type: string
Property Value
string