Class AsyncThunkOptions
Options for the async thunk.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public class AsyncThunkOptions
Properties
dispatchConditionRejection
Whether to dispatch a rejection action in the store when the condition is not met.
Declaration
public bool dispatchConditionRejection { get; set; }
Property Value
Type | Description |
---|---|
bool |