updatedInstance
function
Updates the instance being updated with the result of updateData.
connection.updatedInstance( instance, props )
Sets the properties in instance to match the properties and values in props
with the exception of idProp, which it leaves alone.
Parameters
- instance
{Instance}:The instance to update.
- props
{Object}:The data from updateData.