FixTitleParams
Parameters for fixTitle.
Import:
import type { FixTitleParams } from 'obsidian-dev-utils/obsidian/dataview-link';Signature:
export interface FixTitleParamsProperties
| Property | Type | Description |
|---|---|---|
| dv | DataviewInlineApi | The DataviewInlineApi instance used to create the file link. |
| isFolderNote? | boolean | A boolean indicating whether the file is a folder note. If true, the title is derived from the folder name. |
| pathOrFile | PathOrFile | The file path for which the title is to be fixed. |
Links to this page: