| 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. |
| type | String |
|---|---|
|
An alias to map the data to pass to the server.
|
| type | DataMap |
|---|---|
|
The Data component object to pass through the submission.
|
| type | PayloadType |
|---|---|
|
If the data object is a DataSet, the state of the data to be sent to the server is defined.
|