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