Skip to content

FindAttachmentUnitFolderPathFromAppParams

Parameters for findAttachmentUnitFolderPath, reading the designation published on the vault.

Import:

import type { FindAttachmentUnitFolderPathFromAppParams } from 'obsidian-dev-utils/obsidian/attachment-unit-folder';

Signature:

export interface FindAttachmentUnitFolderPathFromAppParams

Properties

PropertyTypeDescription
appAppAn Obsidian application instance, whose patched Vault.getAvailablePathForAttachments carries the designation.
attachmentPathstringThe vault-relative path of the attachment.

Links to this page: