These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface ZzzAjaxSettingsDeprecated
Deprecated parameters for old jQuery AJAX calls. Shouldn't be used any more.
Package: Api.Js.SxcJs
Properties
action
action name, for controller/action calls
Declaration
action?: string
Property Value
Type | Description |
---|---|
string |
controller
Controller name, for controller/action calls
Declaration
controller?: string
Property Value
Type | Description |
---|---|
string |
params
The params to be used in the url for the request
Declaration
params?: any
Property Value
Type | Description |
---|---|
any |