Skip to content

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 FindAttachmentUnitFolderPathWithPredicateParams

Properties

PropertyTypeDescription
attachmentPathstringThe vault-relative path of the attachment.

Methods

MethodReturnsDescription
checkIsAttachmentUnitFolder(this, folderPath)booleanWhether a folder path is designated as an attachment unit.

Links to this page: