SPeCS Packages Documentation
    Preparing search index...
    interface Edge {
        attrs: { [key: string]: string };
        source: string;
        target: string;
    }
    Index

    Properties

    Properties

    attrs: { [key: string]: string }
    source: string
    target: string