Interface IThunkAPI<TPayload>
Thunk API definition.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public interface IThunkAPI<in TPayload> : IAPIInterceptor<TPayload>, IThunkAPI
Type Parameters
Name | Description |
---|---|
TPayload | The type of the payload that the thunk will return. |