Preparing search index...
The search index is not available
react-waitables
react-waitables
InferOptionalWaitableAndBindingArrayValueTypes
Type Alias InferOptionalWaitableAndBindingArrayValueTypes<DependenciesT>
Infer
Optional
Waitable
And
Binding
Array
Value
Types
<
DependenciesT
>
:
{
[
KeyT
in
keyof
DependenciesT
]
:
DependenciesT
[
KeyT
]
extends
Waitable
<
any
>
|
undefined
?
InferWaitableSuccessType
<
DependenciesT
[
KeyT
]
>
|
undefined
:
DependenciesT
[
KeyT
]
extends
ReadonlyBinding
?
InferBindingGetType
<
DependenciesT
[
KeyT
]
>
:
DependenciesT
[
KeyT
]
extends
ReadonlyBinding
|
undefined
?
InferBindingGetType
<
DependenciesT
[
KeyT
]
>
|
undefined
:
DependenciesT
[
KeyT
]
}
Infers the value types from waitable and binding arrays
Type Parameters
DependenciesT
extends
WaitableArrayDependencies
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-waitables
Loading...
Infers the value types from waitable and binding arrays