Predicate Vuex::getAMappedAccess
Gets an API node that refers to a property of a Vue component instance,
which has been bound by a helper of kind helperName
to something named storeName
.
For example, mapGetters({foo: 'bar})
will cause this.foo
in the affected Vue component
to be returned by getAMappedAccess("mapGetters", "bar")
.
Import path
import javascript
Node getAMappedAccess(string helperName, string storeName)