Skip to content

GetBacklinksForFileSafeOptions

Options for getBacklinksForFileSafe.

Import:

import type { GetBacklinksForFileSafeOptions } from 'obsidian-dev-utils/obsidian/metadata-cache';

Signature:

export interface GetBacklinksForFileSafeOptions extends RetryOptions

Extends: RetryOptions

Properties

PropertyTypeDescription
abortSignal?AbortSignalA abort signal to cancel the retry operation.
(Inherited from RetryOptions)
retryDelayInMilliseconds?numberA delay in milliseconds between retry attempts.
(Inherited from RetryOptions)
shouldRetryOnError?booleanWhether to retry the function on error.
(Inherited from RetryOptions)
shouldShowTimeoutNotice?booleanWhether to show a timeout notice.
timeoutInMilliseconds?numberA maximum time in milliseconds to wait before giving up on retrying.
(Inherited from RetryOptions)

Links to this page: