Show / Hide Table of Contents

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 Source

State

Store State

Declaration
TState State { get; set; }
Property Value
Type Description
TState
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX