Taos API Reference
← Docs
Quick-Start Guide
Preparing search index...
particles
ExprEdge
Interface ExprEdge
Directed edge from one node's output port to another node's input port.
interface
ExprEdge
{
src
:
{
node
:
string
;
port
:
string
}
;
dst
:
{
node
:
string
;
port
:
string
}
;
}
Index
Properties
src
dst
Properties
src
src
:
{
node
:
string
;
port
:
string
}
dst
dst
:
{
node
:
string
;
port
:
string
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
src
dst
← Docs
Quick-Start Guide
Taos API Reference
Loading...
Directed edge from one node's output port to another node's input port.