obsidian/command-handlers/folder-command-handler
Command handler for folder-specific commands (TFolder only, not TFile).
Classes
Section titled “Classes”| Class | Description |
|---|---|
| FolderCommandHandler | Command handler for folder-specific commands. Filters abstract files to only accept TFolder instances. Subclasses override canExecuteFolder and executeFolder. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| FolderCommandHandlerShouldAddToFolderMenuParams | Parameters for FolderCommandHandler.shouldAddToFolderMenu. |
| FolderCommandHandlerShouldAddToFoldersMenuParams | Parameters for FolderCommandHandler.shouldAddToFoldersMenu. |