@pond-ts/process API Reference
Preparing search index...
index
GraphEdge
Interface GraphEdge
One connection between two nodes.
interface
GraphEdge
{
from
:
Outlet
<
any
>
;
to
:
Inlet
<
any
>
;
}
Index
Properties
from
to
Properties
Readonly
from
from
:
Outlet
<
any
>
Readonly
to
to
:
Inlet
<
any
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
to
@pond-ts/process API Reference
Loading...
One connection between two nodes.