FindAttachmentUnitFolderPathWithPredicateParams
Parameters for findAttachmentUnitFolderPath, walking with a predicate the caller owns.
Import:
import type { FindAttachmentUnitFolderPathWithPredicateParams } from 'obsidian-dev-utils/obsidian/attachment-unit-folder';Signature:
export interface FindAttachmentUnitFolderPathWithPredicateParamsProperties
| Property | Type | Description |
|---|---|---|
| attachmentPath | string | The vault-relative path of the attachment. |
Methods
| Method | Returns | Description |
|---|---|---|
| checkIsAttachmentUnitFolder(this, folderPath) | boolean | Whether a folder path is designated as an attachment unit. |
Links to this page: