ConditionalValue<T> Interface
Interface used to track the conditional value of a generic type T. The getValue function should be called when sync event is emitted that matches one of specified eventIds values.
@note Use useConditionalValue hook to get the value.
Properties
| Name | Type | Description | |
|---|---|---|---|
| eventIds | string[] | ||
| getValue | () => T | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.