Interface J3pLoadOptions

interface J3pLoadOptions {
    baseUrl?: string;
    editgraphes?: EditGrapheOptsV1;
    graphe: LegacyGraph;
    indexInitial?: number;
    lastResultat?: LegacyResultat;
    logLevel?: LogLevel;
    resultatCallback?: LegacyResultatCallback;
}

Properties

baseUrl?: string

url absolue du domaine où charger j3p (indispensable si la page courante n’y est pas)

editgraphes?: EditGrapheOptsV1
graphe: LegacyGraph
indexInitial?: number
lastResultat?: LegacyResultat
logLevel?: LogLevel
resultatCallback?: LegacyResultatCallback