Causality Analyzer
Preparing search index...
@agentix-e/causality-analyzer-pipeline
GraphVisualizationData
Interface GraphVisualizationData
interface
GraphVisualizationData
{
edges
:
{
directed
:
boolean
;
source
:
string
;
target
:
string
;
weight
:
number
;
}
[]
;
nodes
:
GraphVizNode
[]
;
}
Index
Properties
edges
nodes
Properties
edges
edges
:
{
directed
:
boolean
;
source
:
string
;
target
:
string
;
weight
:
number
}
[]
nodes
nodes
:
GraphVizNode
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edges
nodes
Causality Analyzer
Loading...