interface SpPlayOptions {
    baseUrl?: string;
    graph?: GraphValues | LegacyGraph;
    graphe?: GraphValues | LegacyGraph;
    isDebug?: boolean;
    lastResultat?: Resultat | LegacyResultat;
    mtgUrl?: string;
    resultatCallback?: ((resultat: Resultat) => void);
}

Properties

baseUrl?: string

Le graphe à jouer

Autre prop possible pour le graphe à jouer

isDebug?: boolean
lastResultat?: Resultat | LegacyResultat

un résultat (v1|v2) contenant le graphe à reprendre

mtgUrl?: string
resultatCallback?: ((resultat: Resultat) => void)