sesaparcours
    Preparing search index...

    Interface GraphNodeEndSerialized

    Les valeurs d’un GraphNode de fin, pour le mettre dans un json par ex Idem GraphNodeValues avec où toutes les propriétés complétées)

    interface GraphNodeEndSerialized {
        id: string;
        label: string;
        position?: PositionSerialized;
        section: "";
    }
    Index

    Properties

    id: string
    label: string

    La position du Noeud dans l’éditeur de graphe

    section: ""