Preparing search index...
The search index is not available
react-bindings
react-bindings
waitForCondition
Function waitForCondition
Waits for the specified condition to be satisfied (or for the checker to be stopped or to timeout)
waitForCondition
<
DependenciesT
extends
BindingDependencies
>
(
bindings
:
undefined
|
DependenciesT
,
__namedParameters
:
{
checkCondition
:
ConditionChecker
<
DependenciesT
>
;
timeoutMSec
?:
number
;
}
,
)
:
Promise
<
ConditionWaitResult
>
Type Parameters
DependenciesT
extends
BindingDependencies
Parameters
bindings
:
undefined
|
DependenciesT
__namedParameters
:
{
checkCondition
:
ConditionChecker
<
DependenciesT
>
;
timeoutMSec
?:
number
}
Returns
Promise
<
ConditionWaitResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-bindings
Loading...
Waits for the specified condition to be satisfied (or for the checker to be stopped or to timeout)