Skip to content

IsAtProperAttachmentPathParams

Parameters for isAtProperAttachmentPath.

Import:

import type { IsAtProperAttachmentPathParams } from 'obsidian-dev-utils/obsidian/attachment-path';

Signature:

export interface IsAtProperAttachmentPathParams

Properties

PropertyTypeDescription
appAppThe Obsidian application instance.
attachmentPathOrFilePathOrFileThe path or file of the attachment to check.
context?AttachmentPathContextThe context.
notePathOrFilePathOrFileThe path or file of the note that references the attachment.

Links to this page: