@eagleoutice/flowr - v2.13.14
Preparing search index...
src/dataflow/graph/graph
DataflowGraphJson
Interface DataflowGraphJson
The structure of the serialized
DataflowGraph
.
interface
DataflowGraphJson
{
_unknownSideEffects
:
UnknownSideEffect
[]
;
edgeInformation
:
[
NodeId
,
[
NodeId
,
DfEdge
]
[]
]
[]
;
rootVertices
:
NodeId
[]
;
vertexInformation
:
[
NodeId
,
DataflowGraphVertexInfo
]
[]
;
}
Index
Properties
_
unknown
Side
Effects
edge
Information
root
Vertices
vertex
Information
Properties
Readonly
_
unknown
Side
Effects
_unknownSideEffects
:
UnknownSideEffect
[]
Readonly
edge
Information
edgeInformation
:
[
NodeId
,
[
NodeId
,
DfEdge
]
[]
]
[]
Readonly
root
Vertices
rootVertices
:
NodeId
[]
Readonly
vertex
Information
vertexInformation
:
[
NodeId
,
DataflowGraphVertexInfo
]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
unknown
Side
Effects
edge
Information
root
Vertices
vertex
Information
@eagleoutice/flowr - v2.13.14
Loading...
The structure of the serialized DataflowGraph.