Class Action
An action without a payload.
Implements
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public record 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 |