Optional
continueOptional
continueChecked if a reset occurs while waiting. If true
, continues waiting. Otherwise, stops waiting and the wait
function returns
'reset'
Optional
depsOn a rerender, deps changes are treated like hard reset bindings changes.
Optional
idA technical, but human-readable ID, which isn't guaranteed to be unique
Optional
ifIf call
is called when not ready, this will be called instead of ifReady
Optional
timeoutMSecIf specified, the interval after which the wait
function will resolve with 'timeout'
if the waitable is still incomplete.
Checked if a failure occurs while waiting. If
true
, continues waiting. Otherwise, stops waiting and thewait
function returns'failure'