Options
All
  • Public
  • Public/Protected
  • All
Menu

Data for the callback when an AJAX request succeeds, see addOnEvent.

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: EventStatus

Status describing the type of success or error.

type: "event"

Type of the request result.

Generated using TypeDoc