hydrateInstance
function
Returns a instance given raw data.
connection.hydrateInstance(props)
Overwrites the base hydratedInstance so that if a matching instance is
in the instanceStore, that instance will
be updated with props and returned.
If there isn't a matching instance, the base hydrateInstance will be called.
Parameters
- props
{Object}:The raw data used to create an instance.
Returns
{Instance}:
A typed instance created or updated from props.