Interface IActionCreator<TPayload>
Interface for an action creator with a payload.
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public interface IActionCreator<out TPayload> : IActionCreator
Type Parameters
Name | Description |
---|---|
TPayload | The type of the payload. |