Class DevToolsAction
Available actions for the DevTools.
Inherited Members
Namespace: Unity.AppUI.Redux.DevTools
Assembly: Unity.AppUI.Redux.dll
Syntax
public record DevToolsAction : IAction, IEquatable<DevToolsAction>
Constructors
DevToolsAction(string)
Available actions for the DevTools.
Declaration
public DevToolsAction(string type)
Parameters
Type | Name | Description |
---|---|---|
string | type | The type of the action. |
Properties
type
The type of the action. This is used to determine which reducer to call.
Declaration
public string type { get; }
Property Value
Type | Description |
---|---|
string |