Struct SubscribeOptions<TResult>
Options for subscribing to a store.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public struct SubscribeOptions<TResult>
Type Parameters
Name | Description |
---|---|
TResult | The type of the result of the subscription. |
Fields
comparer
The comparer to use to compare the result of the subscription. If not provided, the default comparer for the type will be used.
Declaration
public EqualityComparer<TResult> comparer
Field Value
Type | Description |
---|---|
EqualityComparer<TResult> |
See Also
fireImmediately
Whether to invoke the listener immediately when subscribing.
Declaration
public bool fireImmediately
Field Value
Type | Description |
---|---|
bool |