Interface: ActionContextType
Defined in: types.ts:10
Context type for the Action context provider. Contains the RxJS Subject that manages action emissions and subscriptions.
ActionContextType
Properties
actionStore
actionStore:
Subject
<Action
>
Defined in: types.ts:12
RxJS Subject for emitting and subscribing to actions