PickHighestPriorityNotePathParams
Parameters for pickHighestPriorityNotePath.
Import:
import type { PickHighestPriorityNotePathParams } from 'obsidian-dev-utils/obsidian/note-priority';Signature:
export interface PickHighestPriorityNotePathParamsProperties
| Property | Type | Description |
|---|---|---|
| notePaths | readonly string[] | The vault-relative paths of the notes referencing the attachment. |
Methods
| Method | Returns | Description |
|---|---|---|
| rank(notePath) | number | The priority rank of a note. Lower wins; NO_PRIORITY_MATCH means the note matched nothing. |
Links to this page: