Skip to content

FindNotePriorityRankParams

Parameters for findNotePriorityRank.

Import:

import type { FindNotePriorityRankParams } from 'obsidian-dev-utils/obsidian/note-priority';

Signature:

export interface FindNotePriorityRankParams

Properties

PropertyTypeDescription
entriesreadonly string[]The priority list, highest priority first.
frontmatternull | Readonly<Record<string, unknown>>The note's frontmatter, or null when it has none.
notePathstringThe vault-relative path of the note.

Links to this page: