Table of Contents

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