Class ActionCreator
An action creator.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: solution.dll
Syntax
public class ActionCreator
Constructors
| Name | Description |
|---|---|
| ActionCreator(string) | Creates a new action creator. |
Properties
| Name | Description |
|---|---|
| type | The type of the action. This is used to determine which reducer to call. |
Methods
| Name | Description |
|---|---|
| Invoke() | Create the action to dispatch. |
| Match(Action) | Check if the action matches the action creator. |