Skip to content

FindNoPriorityWinnerReasonParams

Parameters for findNoPriorityWinnerReason.

Import:

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

Signature:

export interface FindNoPriorityWinnerReasonParams extends PickHighestPriorityNotePathParams

Extends: PickHighestPriorityNotePathParams

Properties

PropertyTypeDescription
entriesreadonly string[]The priority list, highest priority first.
notePathsreadonly string[]The vault-relative paths of the notes referencing the attachment.
(Inherited from PickHighestPriorityNotePathParams)

Methods

MethodReturnsDescription
rank(notePath)numberThe priority rank of a note. Lower wins; NO_PRIORITY_MATCH means the note matched nothing.
(Inherited from PickHighestPriorityNotePathParams)

Links to this page: