wait | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/testwaitFunction waitwait<T>( waitfor: PromiseLike<T> | (() => T | PromiseLike<T>), options?: WaitOptions<T>,): WaitRetVal<T>Wait for a condition to become truthy Type ParametersTParameterswaitfor: PromiseLike<T> | (() => T | PromiseLike<T>)A function/promiose that should resolve to true for the wait to finish Optionaloptions: WaitOptions<T>Returns WaitRetVal<T>The value that the waitfor function last resolved to SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Wait for a condition to become truthy