getListData
getListData(set)
Calls the feathersService find
method to retrieve list data for a particular set
.
Parameters
- set
{Query}
:A object that represents the set of data needed to be loaded. The
set
object is passed to the Feathers service'sfind
method as the query params:.find({query: set})
.