Skip to content

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?

optional dispatchSystemActions: boolean

Defined in: store.ts:35


awaitStatePropagation?

optional awaitStatePropagation: boolean

Defined in: store.ts:36


enableGlobalReducers?

optional enableGlobalReducers: boolean

Defined in: store.ts:37


exclusiveActionProcessing?

optional exclusiveActionProcessing: boolean

Defined in: store.ts:38

Released under the MIT License.