Skip to content

FilterHighestPriorityNotePathsParams

Parameters for filterHighestPriorityNotePaths.

The same question as pickHighestPriorityNotePath asks, so deliberately the same parameters: the two must be answered from identical inputs or they could disagree.

Import:

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

Signature:

export type FilterHighestPriorityNotePathsParams

Signature:

type FilterHighestPriorityNotePathsParams = PickHighestPriorityNotePathParams

Type: PickHighestPriorityNotePathParams