@pond-ts/process API Reference
Preparing search index...
index
GraphEdgeJson
Interface GraphEdgeJson
Serialized form of one edge, by node id and port name.
interface
GraphEdgeJson
{
from
:
{
node
:
string
;
port
:
string
}
;
to
:
{
node
:
string
;
port
:
string
}
;
}
Index
Properties
from
to
Properties
Readonly
from
from
:
{
node
:
string
;
port
:
string
}
Readonly
to
to
:
{
node
:
string
;
port
:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
to
@pond-ts/process API Reference
Loading...
Serialized form of one edge, by node id and port name.