jsf.js_next_gen
Preparing search index...
faces
AjaxData
Interface AjaxData
Common shape for the data passed to ajax callbacks.
interface
AjaxData
{
responseCode
?:
number
;
responseText
?:
string
;
responseXML
?:
XMLDocument
;
source
?:
Element
;
}
Hierarchy (
View Summary
)
AjaxData
AjaxEvent
AjaxError
Index
Properties
response
Code?
response
Text?
response
XML?
source?
Properties
Optional
response
Code
responseCode
?:
number
Optional
response
Text
responseText
?:
string
Optional
response
XML
responseXML
?:
XMLDocument
Optional
source
source
?:
Element
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
response
Code
response
Text
response
XML
source
jsf.js_next_gen
Loading...
Common shape for the data passed to ajax callbacks.