providerplaneai
Preparing search index...
core/workflow/WorkflowExporter.ts
WorkflowD3Export
Interface WorkflowD3Export
D3-compatible workflow export payload.
interface
WorkflowD3Export
{
edges
:
{
from
:
string
;
to
:
string
}
[]
;
nodes
:
{
id
:
string
}
[]
;
}
Index
Properties
edges
nodes
Properties
edges
edges
:
{
from
:
string
;
to
:
string
}
[]
nodes
nodes
:
{
id
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edges
nodes
providerplaneai
Loading...
D3-compatible workflow export payload.