# Interface: Store <S>
# Type parameters
▪ S
# Hierarchy
- Store
# Methods
# addHistory
▸ addHistory(historyKey
: string): VuexHistory | undefined
Defined in index.ts:7
Parameters:
Name | Type |
---|---|
historyKey | string |
Returns: VuexHistory | undefined
# hasHistory
▸ hasHistory(historyKey
: string): boolean
Defined in index.ts:8
Parameters:
Name | Type |
---|---|
historyKey | string |
Returns: boolean
# history
▸ history(historyKey?
: undefined | string): VuexHistory
Defined in index.ts:9
Parameters:
Name | Type |
---|---|
historyKey? | undefined | string |
Returns: VuexHistory
# listHistoryKeys
▸ listHistoryKeys(): string[]
Defined in index.ts:10
Returns: string[]
# removeHistory
▸ removeHistory(historyKey
: string): VuexHistory | undefined
Defined in index.ts:11
Parameters:
Name | Type |
---|---|
historyKey | string |
Returns: VuexHistory | undefined