FindAttachmentUnitFolderPathParams
Parameters for findAttachmentUnitFolderPath.
Prefer FindAttachmentUnitFolderPathFromAppParams — it is the form that makes every plugin decide from one published answer.
Import:
import type { FindAttachmentUnitFolderPathParams } from 'obsidian-dev-utils/obsidian/attachment-unit-folder';Signature:
export type FindAttachmentUnitFolderPathParamsSignature:
type FindAttachmentUnitFolderPathParams = FindAttachmentUnitFolderPathFromAppParams | FindAttachmentUnitFolderPathWithPredicateParamsType: FindAttachmentUnitFolderPathFromAppParams | FindAttachmentUnitFolderPathWithPredicateParams
Links to this page: