providerplaneai
Preparing search index...
core/workflow/WorkflowExporter.ts
WorkflowJsonExport
Interface WorkflowJsonExport
Full JSON workflow export payload.
interface
WorkflowJsonExport
{
edges
:
WorkflowJsonEdge
[]
;
id
:
string
;
nodes
:
WorkflowJsonNode
[]
;
}
Index
Properties
edges
id
nodes
Properties
edges
edges
:
WorkflowJsonEdge
[]
id
id
:
string
nodes
nodes
:
WorkflowJsonNode
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edges
id
nodes
providerplaneai
Loading...
Full JSON workflow export payload.