Interface IStoreAction<TState>
Base interface of all store actions for interacting with store state
Namespace: BlazorFocused
Assembly: BlazorFocused.Store.dll
Syntax
public interface IStoreAction<TState>
Type Parameters
| Name | Description |
|---|---|
| TState | Type of IStore<TState> state |
Properties
| Improve this Doc View SourceState
Store State
Declaration
TState State { get; set; }
Property Value
| Type | Description |
|---|---|
| TState |