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