createdInstance
function
Updates the instance being created with the result of createData.
connection.createdInstance( instance, props )
Adds every property and value in props to instance.
Parameters
- instance
{Instance}:The instance to update.
- props
{Object}:The data from createData.