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