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 FindAttachmentUnitFolderPathFromAppParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | An Obsidian application instance, whose patched Vault.getAvailablePathForAttachments carries the designation. |
| attachmentPath | string | The vault-relative path of the attachment. |
Links to this page: