Skip to content

GetBacklinksForFileSafeParams

Parameters for getBacklinksForFileSafe.

Import:

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

Signature:

export interface GetBacklinksForFileSafeParams extends GetBacklinksForFileSafeOptions

Extends: GetBacklinksForFileSafeOptions

Properties

PropertyTypeDescription
abortSignal?AbortSignalA abort signal to cancel the retry operation.
(Inherited from GetBacklinksForFileSafeOptions)
appAppThe Obsidian application instance.
pathOrFilePathOrFileThe path or file object.
retryDelayInMilliseconds?numberA delay in milliseconds between retry attempts.
(Inherited from GetBacklinksForFileSafeOptions)
shouldRetryOnError?booleanWhether to retry the function on error.
(Inherited from GetBacklinksForFileSafeOptions)
shouldShowTimeoutNotice?booleanWhether to show a timeout notice.
(Inherited from GetBacklinksForFileSafeOptions)
timeoutInMilliseconds?numberA maximum time in milliseconds to wait before giving up on retrying.
(Inherited from GetBacklinksForFileSafeOptions)

Links to this page: