pivotick - v1.2.0
    Preparing search index...

    Interface GraphData

    interface GraphData {
        edges: Edge[];
        nodes: Node[];
        notes: Note[];
    }
    Index

    Properties

    Properties

    edges: Edge[]
    nodes: Node[]
    notes: Note[]