phina.js.d.ts
    Preparing search index...

    Interface AjaxOptions

    interface AjaxOptions {
        contentType?: string;
        data?: any;
        responseType?: string;
        type?: string;
        url?: string;
    }
    Index

    Properties

    contentType?: string
    data?: any
    responseType?: string
    type?: string
    url?: string