Skip to content

obsidian/command-handlers/folder-command-handler

Command handler for folder-specific commands (TFolder only, not TFile).

ClassDescription
FolderCommandHandlerCommand handler for folder-specific commands. Filters abstract files to only accept TFolder instances. Subclasses override canExecuteFolder and executeFolder.
InterfaceDescription
FolderCommandHandlerShouldAddToFolderMenuParamsParameters for FolderCommandHandler.shouldAddToFolderMenu.
FolderCommandHandlerShouldAddToFoldersMenuParamsParameters for FolderCommandHandler.shouldAddToFoldersMenu.