connection.hydrateInstance(props)
If instance has been passed as an option, or defined by another behavior,
pass props to it and return the value. Otherwise, return a clone of props.
Parameters
- props
{Object}: the raw instance data returned by the data source, often via getData
Returns
{Instance}:
a typed instance containing the data from props