The container alias a store is resolved under.
store.<name>, so a component can ask for exactly the one it needs: useContainer().make('store.tasks').
store.<name>
useContainer().make('store.tasks')
The store name.
The alias.
The container alias a store is resolved under.
store.<name>, so a component can ask for exactly the one it needs:useContainer().make('store.tasks').