@pond-ts/process API Reference
Preparing search index...
index
GraphJson
Interface GraphJson
Structural dump of a graph. See
Graph.toJSON
.
interface
GraphJson
{
edges
:
readonly
GraphEdgeJson
[]
;
nodes
:
readonly
GraphNodeJson
[]
;
}
Index
Properties
edges
nodes
Properties
Readonly
edges
edges
:
readonly
GraphEdgeJson
[]
Readonly
nodes
nodes
:
readonly
GraphNodeJson
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edges
nodes
@pond-ts/process API Reference
Loading...
Structural dump of a graph. See Graph.toJSON.