FindNotePriorityRankParams
Parameters for findNotePriorityRank.
Import:
import type { FindNotePriorityRankParams } from 'obsidian-dev-utils/obsidian/note-priority';Signature:
export interface FindNotePriorityRankParamsProperties
| Property | Type | Description |
|---|---|---|
| entries | readonly string[] | The priority list, highest priority first. |
| frontmatter | null | Readonly<Record<string, unknown>> | The note's frontmatter, or null when it has none. |
| notePath | string | The vault-relative path of the note. |
Links to this page: