Delegate Middleware<State>
Namespace: Unity.UIWidgets
Syntax
public delegate Func<Dispatcher, Dispatcher> Middleware<State>(Store<State> store);
Parameters
| Type | Name | Description |
|---|---|---|
| Store<State> | store |
Returns
| Type | Description |
|---|---|
| System.Func<Dispatcher, Dispatcher> |
Type Parameters
| Name | Description |
|---|---|
| State |