Interface IInstrumentedStore<TState>
The instrumented store is a wrapper around a store that allows for the lifted state to be accessed and subscribed to.
Inherited Members
Namespace: Unity.AppUI.Redux.DevTools
Assembly: Unity.AppUI.Redux.dll
Syntax
public interface IInstrumentedStore<TState> : IStore<TState>, IStateProvider<TState>, INotifiable<TState>, IInstrumentedStore, IStore, IDispatchable, IDisposable
Type Parameters
Name | Description |
---|---|
TState | The type of the store state. |