Module Vuex
Provides classes and predicates for working with the vuex
library.
Import path
import javascript
Predicates
commitLikeFunctionRef | Gets a node that refers to the |
getAMappedAccess | Gets an API node that refers to a property of a Vue component instance, which has been bound by a helper of kind |
mapStateHelperPred | Gets the |
mapStateHelperStep | Holds if |
stateMutationPred | Gets a value that flows into the given access path of the state. |
stateMutationStep | Holds if |
stateMutationSucc | Gets a value that refers to the given access path of the state. |
stateRefByAccessPath | Gets an API node that refers to the given access path relative to the root state, where the access path |
storeConfigObject | Gets the options object passed to a Vuex store creation or one of its modules. |
storeConfigObject | Gets the options object passed to a Vuex store creation or one of its modules, with |
storeRef | Gets a reference to a Vuex store. |
storeRef | Gets a reference to a Vuex store in the given |
vuex | Gets a reference to the Vuex package. |