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<any>

The underlying JQuery XHR object.

result: TResponse

The result of the request.

textStatus: string

The status text of the request.

Generated using TypeDoc