Skip to content

InvokeAsyncAndLogParams

Parameters for invokeAsyncAndLog.

Import:

import type { InvokeAsyncAndLogParams } from 'obsidian-dev-utils/obsidian/logger';

Signature:

export interface InvokeAsyncAndLogParams

Properties

PropertyTypeDescription
abortSignal?AbortSignalThe abort signal to control the execution of the function.
stackTrace?stringOptional stack trace.
titlestringThe title of the log.

Methods

MethodReturnsDescription
fn(this, abortSignal)Promisable<void>The function to invoke.

Links to this page: