InvokeAsyncAndLogParams
Parameters for invokeAsyncAndLog.
Import:
import type { InvokeAsyncAndLogParams } from 'obsidian-dev-utils/obsidian/logger';Signature:
export interface InvokeAsyncAndLogParamsProperties
| Property | Type | Description |
|---|---|---|
| abortSignal? | AbortSignal | The abort signal to control the execution of the function. |
| stackTrace? | string | Optional stack trace. |
| title | string | The title of the log. |
Methods
| Method | Returns | Description |
|---|---|---|
| fn(this, abortSignal) | Promisable<void> | The function to invoke. |
Links to this page: