Search
Preparing search index...
The search index is not available
breeze-client
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
AjaxConfig
Interface AjaxConfig
DataServiceAdapter Ajax request configuration
Hierarchy
AjaxConfig
Index
Properties
content
Type
cross
Domain
data
data
Type
error
headers
params
success
type
url
Properties
Optional
content
Type
content
Type
:
string
Optional
cross
Domain
cross
Domain
:
string
|
boolean
Optional
data
data
:
any
Optional
data
Type
data
Type
:
string
error
error
:
(
res
:
Error
|
HttpResponse
)
=>
void
Type declaration
(
res
:
Error
|
HttpResponse
)
:
void
Parameters
res:
Error
|
HttpResponse
Returns
void
Optional
headers
headers
:
{}
Type declaration
Optional
params
params
:
{}
Type declaration
success
success
:
(
res
:
HttpResponse
)
=>
void
Type declaration
(
res
:
HttpResponse
)
:
void
Parameters
res:
HttpResponse
Returns
void
Optional
type
type
:
string
url
url
:
string
Globals
Ajax
Config
content
Type
cross
Domain
data
data
Type
error
headers
params
success
type
url
Generated using
TypeDoc
DataServiceAdapter Ajax request configuration