Skip to content

@epikodelabs/actionstack


@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?

optional awaitStatePropagation: boolean

Defined in: store.ts:30


dispatchSystemActions?

optional dispatchSystemActions: boolean

Defined in: store.ts:31


enableGlobalReducers?

optional enableGlobalReducers: boolean

Defined in: store.ts:32


exclusiveActionProcessing?

optional exclusiveActionProcessing: boolean

Defined in: store.ts:33

Released under the MIT License.