Graphora API
    Preparing search index...

    Interface DegreeMetrics

    interface DegreeMetrics {
        degree: number;
        inDegree: number;
        nodeId: GraphId;
        outDegree: number;
    }
    Index
    degree: number
    inDegree: number
    nodeId: GraphId
    outDegree: number