InvokeAsyncSafelyAfterDelayParams
Parameters for invokeAsyncSafelyAfterDelay.
Import:
import type { InvokeAsyncSafelyAfterDelayParams } from 'obsidian-dev-utils/async';Signature:
export interface InvokeAsyncSafelyAfterDelayParamsProperties
| Property | Type | Description |
|---|---|---|
| abortSignal? | AbortSignal | The abort signal to listen to. |
| delayInMilliseconds? | number | The delay in milliseconds. |
| stackTrace? | string | The stack trace of the source function. |
Methods
| Method | Returns | Description |
|---|---|---|
| asyncFn(this, abortSignal) | Promisable<void> | The asynchronous function to invoke. |
Links to this page: