AttachmentPathContext
A context for an attachment path.
Import:
import type { AttachmentPathContext } from 'obsidian-dev-utils/obsidian/attachment-path';Signature:
export enum AttachmentPathContextMembers:
| Member | Value | Description |
|---|---|---|
DeleteNote | 'DeleteNote' | A context for a delete note. |
RenameNote | 'RenameNote' | A context for a rename note. |
Unknown | 'Unknown' | An unknown context. |
Links to this page: