findByIds (modelName, ids) Promiseprivate
This method makes a series of requests to the adapter's find method and returns a promise that resolves once they are all loaded.
Parameters:
-
modelName
String -
ids
Array
Returns:
-
Promise - promise
findByIds (modelName, ids) Promiseprivate
This method makes a series of requests to the adapter's find method and returns a promise that resolves once they are all loaded.
String
Array
Promise
Please login to continue.