Hiyve Components - v1.0.0
    Preparing search index...

    Data for the network graph visualization

    interface GraphData {
        edges: GraphEdge[];
        nodes: GraphNode[];
    }
    Index

    Properties

    Properties

    edges: GraphEdge[]

    Graph edges

    nodes: GraphNode[]

    Graph nodes