cpr.protocols.ResponseData

An object that contains information about a Data component to be updated with data received from the server through a submission.

Index

Properties
Name Type Description
alias String An alias to map the data received from the server.
data Object The Data component object to update via the submission.
isadd Boolean Determines whether to add existing data or retain existing data or replace existing data with received data.

Properties

alias
type String
An alias to map the data received from the server.
data
type Object
The Data component object to update via the submission.
isadd
type Boolean
Determines whether to add existing data or retain existing data or replace existing data with received data.