IsAtProperAttachmentPathParams
Parameters for isAtProperAttachmentPath.
Import:
import type { IsAtProperAttachmentPathParams } from 'obsidian-dev-utils/obsidian/attachment-path';Signature:
export interface IsAtProperAttachmentPathParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian application instance. |
| attachmentPathOrFile | PathOrFile | The path or file of the attachment to check. |
| context? | AttachmentPathContext | The context. |
| notePathOrFile | PathOrFile | The path or file of the note that references the attachment. |
Links to this page: