Taos API Reference
    Preparing search index...

    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

    Properties

    src: { node: string; port: string }
    dst: { node: string; port: string }