Class Thunk
Utility class for creating thunk middleware.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public static class Thunk
Methods
ThunkMiddleware<TStoreState>()
The default thunk middleware.
Declaration
public static Middleware<TStoreState> ThunkMiddleware<TStoreState>()
Returns
| Type | Description |
|---|---|
| Middleware<TStoreState> | The thunk middleware. |
Type Parameters
| Name | Description |
|---|---|
| TStoreState | The type of the store state. |