Variable ajaxSettingsConst

ajaxSettings: {
    contentType: string;
    global: boolean;
} & AjaxSettings<any> = ...

A map of Ajax default setting used to send the AU requests.

Type declaration

  • contentType: string
  • global: boolean