react-bindings
Preparing search index...
waitForCondition
Function waitForCondition
waitForCondition
<
DependenciesT
extends
BindingDependencies
>
(
bindings
:
undefined
|
DependenciesT
,
__namedParameters
:
{
checkCondition
:
ConditionChecker
<
DependenciesT
>
;
timeoutMSec
?:
number
;
}
,
)
:
Promise
<
ConditionWaitResult
>
Waits for the specified condition to be satisfied (or for the checker to be stopped or to timeout)
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)