Route#store()

store (store) private

Defined in packages/ember-routing/lib/system/route.js:1531

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
doc_EmberJs
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.