@epikodelabs/actionstack / StoreSettings
Type Alias: StoreSettings
StoreSettings =
object
Defined in: store.ts:36
Class representing configuration options for a store. This class defines properties that control various behaviors of a store for managing application state.
Properties
awaitStatePropagation?
optionalawaitStatePropagation:boolean
Defined in: store.ts:37
dispatchSystemActions?
optionaldispatchSystemActions:boolean
Defined in: store.ts:38
enableGlobalReducers?
optionalenableGlobalReducers:boolean
Defined in: store.ts:39
exclusiveActionProcessing?
optionalexclusiveActionProcessing:boolean
Defined in: store.ts:40