Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickerMonkey/vuex-typescript-interface
/ functions
Functions
49 in github.com/ClickerMonkey/vuex-typescript-interface
⨍
Functions
49
◇
Types & classes
48
↓ 5 callers
Method
get
()
index.js:47
↓ 4 callers
Function
remap
(mapper)
index.js:13
↓ 1 callers
Method
action
(name)
index.js:76
↓ 1 callers
Function
createHelpers
()
index.js:34
↓ 1 callers
Method
getter
(name)
index.js:68
↓ 1 callers
Method
module
(name)
index.js:60
↓ 1 callers
Method
mutation
(name)
index.js:72
↓ 1 callers
Function
path
()
index.js:86
↓ 1 callers
Method
state
(name)
index.js:64
Function
age
(state)
test.ts:247
Function
clearVariable
(context)
test.ts:280
Method
constructor
(parent = null, section = '')
index.js:42
Function
length
(state, getters)
test.ts:264
Function
loadVariable
(context, from)
test.ts:277
Function
login
({ commit }, creds)
test.ts:231
Method
login
(creds: {username: string, password: string})
test.ts:183
Function
logout
({ commit })
test.ts:227
Method
logout
()
test.ts:182
Function
mergedAction
(context, payload: boolean)
test.ts:75
Method
mergedAction
(payload: boolean)
test.ts:8
Function
mergedGetter
(state, getter, rootState, rootGetters)
test.ts:56
Function
mergedMutation
(state, merged: number)
test.ts:70
Method
mergedMutation
(merged: number)
test.ts:7
Function
mergedmergedGetter
(state, getter, rootState, rootGetter)
test.ts:86
Function
mergedmergedMutation
(state, mergedmerged)
test.ts:91
Method
mergedmergedMutation
(mergedmerged: number)
test.ts:17
Function
rootAction
(context, payload)
test.ts:165
Method
rootAction
()
test.ts:43
Function
rootActionExplodePayload
(context, { x, y })
test.ts:170
Method
rootActionExplodePayload
(payload: {x: number, y: number})
test.ts:44
Function
rootGetter
(state, getters)
test.ts:149
Function
rootMutation
(state, [root, sub])
test.ts:159
Method
rootMutation
(payload: [string, string])
test.ts:42
Function
setProfile
(state, profile)
test.ts:252
Method
setProfile
(profile?: { email: string, created_at: Date })
test.ts:190
Function
setUser
(state, user)
test.ts:216
Method
setUser
(user: string | null)
test.ts:195
Function
setVariable
(state, value)
test.ts:269
Function
subAction
(context, payload: string)
test.ts:115
Method
subAction
(payload: string)
test.ts:25
Function
subGetter
(state, getter, rootState, rootGetters)
test.ts:105
Function
subMutation
(state, sub: string)
test.ts:110
Method
subMutation
(sub: string)
test.ts:24
Function
subsubAction
(context)
test.ts:136
Method
subsubAction
(payload: number[])
test.ts:36
Function
subsubGetter
(state, getter, rootState, rootGetter)
test.ts:126
Function
subsubMutation
(state, payload)
test.ts:131
Method
subsubMutation
(subsub: number[])
test.ts:35
Function
unsetVariables
(state)
test.ts:272