TimeoutParams
Parameters for timeout.
Import:
import type { TimeoutParams } from 'obsidian-dev-utils/async';Signature:
export interface TimeoutParamsProperties
| Property | Type | Description |
|---|---|---|
| abortSignal? | AbortSignal | The abort signal to listen to. |
| shouldThrowOnAbort? | boolean | Whether to throw an error if the abort signal is aborted. |
| timeoutInMilliseconds | number | The timeout period in milliseconds. |
Links to this page: