hydrateList
Produce a typed list from the provided raw list data.
connection.hydrateList(listData, set)
Call hydrateInstance for each item in the raw list data, and then call list with an array of the typed instances returned from hydrateInstance . If list is not provided as an argument or implemented by another behavior, a normal array is created.
Parameters
- listData
{ListData}
:the raw list data returned by the data source, often via getListData
- query
{Query}
:description of the set of data
listData
represents