Class PendingMeta<TThunkArg>
The metadata of the thunk when it is pending.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public record PendingMeta<TThunkArg> : Meta<TThunkArg>, IEquatable<Meta<TThunkArg>>, IEquatable<PendingMeta<TThunkArg>>
Type Parameters
Name | Description |
---|---|
TThunkArg | The type of the argument to pass to the thunk. |
Constructors
PendingMeta()
The metadata of the thunk when it is pending.
Declaration
public PendingMeta()