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