store (store) private
Store property provides a hook for data persistence libraries to inject themselves.
By default, this store property provides the exact same functionality previously in the model hook.
Currently, the required interface is:
store.find(modelName, findArguments)
Parameters:
-
store
Object
Please login to continue.