Class Action
An action without a payload.
Inherited Members
Namespace: Unity.AppUI.Redux
Syntax
public class Action : IEquatable<Action>
Constructors
Action(String)
An action without a payload.
Declaration
public Action(string type)
Parameters
| Type | Name | Description |
|---|---|---|
| String | type | The type of the action. |
Properties
type
The type of the action.
Declaration
public string type { get; }
Property Value
| Type | Description |
|---|---|
| String |