jsf.js_next_gen
    Preparing search index...

    Interface AjaxData

    Common shape for the data passed to ajax callbacks.

    interface AjaxData {
        responseCode?: number;
        responseText?: string;
        responseXML?: XMLDocument;
        source?: Element;
    }

    Hierarchy (View Summary)

    Index

    Properties

    responseCode?: number
    responseText?: string
    responseXML?: XMLDocument
    source?: Element