GetAttachmentFolderPathParams
Parameters for getAttachmentFolderPath.
Import:
import type { GetAttachmentFolderPathParams } from 'obsidian-dev-utils/obsidian/attachment-path';Signature:
export interface GetAttachmentFolderPathParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian application instance. |
| context? | AttachmentPathContext | The context. |
| notePathOrFile | PathOrFile | The path of the note. |
Links to this page: