obsidian/command-handlers/file-command-handler
Command handler for file-specific commands (TFile only, not TFolder).
Classes
Section titled “Classes”| Class | Description |
|---|---|
| FileCommandHandler | Command handler for file-specific commands. Filters abstract files to only accept TFile instances. Subclasses override canExecuteFile and executeFile. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| FileCommandHandlerShouldAddToFileMenuParams | Parameters for FileCommandHandler.shouldAddToFileMenu. |
| FileCommandHandlerShouldAddToFilesMenuParams | Parameters for FileCommandHandler.shouldAddToFilesMenu. |