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

    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

    Properties

    from: { node: string; port: string }
    to: { node: string; port: string }