Members
-
data :string|Highcharts.Dictionary.<any>
-
The payload to send.
Type:
- string | Highcharts.Dictionary.<any>
-
dataType :"json"|"xml"|"text"|"octet"
-
The data type expected.
Type:
- "json" | "xml" | "text" | "octet"
-
error :function
-
Function to call on error.
Type:
- function
-
headers :Highcharts.Dictionary.<string>
-
The headers; keyed on header name.
Type:
- Highcharts.Dictionary.<string>
-
success :function
-
Function to call on success.
Type:
- function
-
type :string
-
The HTTP method to use. For example GET or POST.
Type:
- string
-
url :string
-
The URL to call.
Type:
- string