crossnote
    Preparing search index...

    Interface GraphViewData

    interface GraphViewData {
        hash: string;
        links: GraphViewLink[];
        nodes: GraphViewNode[];
    }
    Index

    Properties

    Properties

    hash: string
    links: GraphViewLink[]
    nodes: GraphViewNode[]