Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a response for a successful request.

Type parameters

  • TResponse = unknown

    Type of the response.

Hierarchy

  • ResponseSuccess

Index

Properties

jqXHR

jqXHR: jqXHR<any>

The underlying JQuery XHR object.

result

result: TResponse

The result of the request.

textStatus

textStatus: string

The status text of the request.

Generated using TypeDoc