@pond-ts/process API Reference
    Preparing search index...

    Interface GraphEdge

    One connection between two nodes.

    interface GraphEdge {
        from: Outlet<any>;
        to: Inlet<any>;
    }
    Index

    Properties

    Properties

    from: Outlet<any>
    to: Inlet<any>