Skip to content

PickHighestPriorityNotePathParams

Parameters for pickHighestPriorityNotePath.

Import:

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

Signature:

export interface PickHighestPriorityNotePathParams

Properties

PropertyTypeDescription
notePathsreadonly string[]The vault-relative paths of the notes referencing the attachment.

Methods

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

Links to this page: