sesaparcours
    Preparing search index...

    Interface PathwayValues

    interface PathwayValues {
        graph?: Graph | GraphJson;
        isDebug?: boolean;
        lastResultat?: Resultat;
        resultatCallback?: ResultatCallback;
        startedAt?: string | Date;
    }
    Index

    Properties

    graph?: Graph | GraphJson
    isDebug?: boolean
    lastResultat?: Resultat
    resultatCallback?: ResultatCallback
    startedAt?: string | Date