Interface: AjaxSettingsObject

Highcharts. AjaxSettingsObject

Members

data :string|Highcharts.Dictionary.<any>|undefined

The payload to send.

Type:
  • string | Highcharts.Dictionary.<any> | undefined

dataType :"json"|"xml"|"text"|"octet"|undefined

The data type expected.

Type:
  • "json" | "xml" | "text" | "octet" | undefined

error :function|undefined

Function to call on error.

Type:
  • function | undefined

headers :Highcharts.Dictionary.<string>|undefined

The headers; keyed on header name.

Type:
  • Highcharts.Dictionary.<string> | undefined

success :function|undefined

Function to call on success.

Type:
  • function | undefined

type :string|undefined

The HTTP method to use. For example GET or POST.

Type:
  • string | undefined

url :string

The URL to call.

Type:
  • string