sesaparcours
    Preparing search index...
    interface JQueryStatic {
        jrpc: (
            url: string,
            method: string,
            params: any[],
            success?: (json: JSONObject, status: string, jqxhr: jqXHR) => void,
            error?: (jqxhr: jqXHR, status: string) => void,
        ) => void;
        omap: (
            object: { [key: string]: anyFunction },
            fn: mapFunction,
        ) => { [key: string]: anyFunction };
        terminal: JQueryTerminalStatic;
    }
    Index

    Properties

    Properties

    jrpc: (
        url: string,
        method: string,
        params: any[],
        success?: (json: JSONObject, status: string, jqxhr: jqXHR) => void,
        error?: (jqxhr: jqXHR, status: string) => void,
    ) => void
    omap: (
        object: { [key: string]: anyFunction },
        fn: mapFunction,
    ) => { [key: string]: anyFunction }