Preparing search index...
The search index is not available
Vuex - Long Term Memory
Vuex - Long Term Memory
LTMConfig
Interface LTMConfig<S>
interface
LTMConfig
<
S
>
{
execute
:
Executor
;
filter
:
Filter
;
merge
:
Merger
<
S
>
;
reduce
:
Reducer
<
S
>
;
storage
:
AsyncStorage
<
Partial
<
S
>
>
;
}
Type Parameters
S
Index
Properties
execute
filter
merge
reduce
storage
Properties
execute
execute
:
Executor
filter
filter
:
Filter
merge
merge
:
Merger
<
S
>
reduce
reduce
:
Reducer
<
S
>
storage
storage
:
AsyncStorage
<
Partial
<
S
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
execute
filter
merge
reduce
storage
Vuex - Long Term Memory
Loading...