createdData
function
connection.createdData(props, params, cid)
Called with the resolved response data of createData. The result of this function will be used as the new response data.
Parameters
- props
{Object}:The raw data returned by the response.
- params
{Object}:The parameters used to make this request.
- cid
{Number}:The cid of the instance created.
Returns
{Object}:
The raw data this request represents.