Class FulfilledActionCreator<TPayload>
An Action Creator to create fulfilled actions for async thunks.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public class FulfilledActionCreator<TPayload> : ActionCreator<TPayload>
Type Parameters
Name | Description |
---|---|
TPayload | The type of the payload. |