Class ActionCreator<TPayload>
An action creator with a payload.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: solution.dll
Syntax
public class ActionCreator<TPayload> : ActionCreator
Type Parameters
| Name | Description |
|---|---|
| TPayload | The type of the payload. |
Constructors
| Name | Description |
|---|---|
| ActionCreator(string) | Creates a new action creator. |
Methods
| Name | Description |
|---|---|
| Invoke(TPayload) | Create the action to dispatch. |