Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAjaxSuccess

Success handler for AJAX request.

Hierarchy

  • IAjaxSuccess

Index

Properties

Properties

data

data: any

The data returned by the ajax call.

statusText

statusText: string

The status text of the response.

xhr

xhr: XMLHttpRequest

The XHR object.

Generated using TypeDoc