Interface IAction<TState>
Performs an action that can be triggered by the store
Inherited Members
Namespace: BlazorFocused
Assembly: BlazorFocused.Store.dll
Syntax
public interface IAction<TState> : IStoreAction<TState>
Type Parameters
Name | Description |
---|---|
TState | State of the store data |
Methods
| Improve this Doc View SourceExecute()
This method is executed by the store chain when dispatched
Declaration
TState Execute()
Returns
Type | Description |
---|---|
TState | New state of store after action is complete |