sesaparcours
    Preparing search index...

    Interface GraphSerialized

    Format objet d’un graphe (à mettre dans un json par ex), retourné par graph.serialize()

    interface GraphSerialized {
        nodes: Record<string, GraphNodeSerialized>;
        startingId: string;
    }
    Index

    Properties

    Properties

    nodes: Record<string, GraphNodeSerialized>
    startingId: string