crossnote
    Preparing search index...

    Interface GraphViewLink

    interface GraphViewLink {
        source: string;
        target: string;
    }
    Index

    Properties

    Properties

    source: string
    target: string