Skip to content

NotebookNavigatorFileMenuSelection

The selection a file menu was raised on.

Import:

import type { NotebookNavigatorFileMenuSelection } from 'obsidian-dev-utils/obsidian/notebook-navigator';

Signature:

export interface NotebookNavigatorFileMenuSelection

Properties

PropertyTypeDescription
filesreadonly TFile[]Every selected file, which for single is just the right-clicked one.
modeNotebookNavigatorFileMenuSelectionModeWhether one file or several are selected.

Links to this page: