Options
All
  • Public
  • Public/Protected
  • All
Menu

Base data for an event callback, see addOnError and addOnEvent.

Type Parameters

  • T extends string

    Type of the type property.

  • S extends string

    Type of the status property.

Hierarchy

Index

Properties

responseCode?: number

HTTP response code of the request.

responseText?: string

Raw text of the response.

responseXML?: XMLDocument

XML of the response.

source: string

ID of the source component that triggered the AJAX request.

status: S

Status describing the type of success or error.

type: T

Type of the request result.

Generated using TypeDoc