GetBacklinksForFileSafeOptions
Options for getBacklinksForFileSafe.
Import:
import type { GetBacklinksForFileSafeOptions } from 'obsidian-dev-utils/obsidian/metadata-cache';Signature:
export interface GetBacklinksForFileSafeOptions extends RetryOptionsExtends: RetryOptions
Properties
| Property | Type | Description |
|---|---|---|
| abortSignal? | AbortSignal | A abort signal to cancel the retry operation. (Inherited from RetryOptions) |
| retryDelayInMilliseconds? | number | A delay in milliseconds between retry attempts. (Inherited from RetryOptions) |
| shouldRetryOnError? | boolean | Whether to retry the function on error. (Inherited from RetryOptions) |
| shouldShowTimeoutNotice? | boolean | Whether to show a timeout notice. |
| timeoutInMilliseconds? | number | A maximum time in milliseconds to wait before giving up on retrying. (Inherited from RetryOptions) |
Links to this page: