@epikodelabs/actionstack / StoreSettings
Type Alias: StoreSettings
StoreSettings =
object
Defined in: store.ts:29
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:30
dispatchSystemActions?
optionaldispatchSystemActions:boolean
Defined in: store.ts:31
enableGlobalReducers?
optionalenableGlobalReducers:boolean
Defined in: store.ts:32
exclusiveActionProcessing?
optionalexclusiveActionProcessing:boolean
Defined in: store.ts:33