cpr.protocols.RequestData

An object that contains information to be passed to the server through a submission.

Index

Properties
Name Type Description
alias String An alias to map the data to pass to the server.
data DataMap The Data component object to pass through the submission.
payload PayloadType If the data object is a DataSet, the state of the data to be sent to the server is defined.

Properties

alias
type String
An alias to map the data to pass to the server.
data
type DataMap
The Data component object to pass through the submission.
payload
type PayloadType
If the data object is a DataSet, the state of the data to be sent to the server is defined.