obsidian/command-handlers/abstract-file-command-handler
Command handler for abstract file commands with file/files menu integration.
Classes
Section titled “Classes”| Class | Description |
|---|---|
| AbstractFileCommandHandler | Command handler for abstract file commands. Handles both single-file and multi-file context menus. Subclasses override canExecuteAbstractFile and executeAbstractFile. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| AbstractFileCommandHandlerConstructorParams | Parameters for creating an abstract file command handler. |
| AbstractFileCommandHandlerHandleAbstractFileMenuParams | Parameters for AbstractFileCommandHandler.handleAbstractFileMenu. |
| AbstractFileCommandHandlerHandleAbstractFilesMenuParams | Parameters for AbstractFileCommandHandler.handleAbstractFilesMenu. |
| AbstractFileCommandHandlerShouldAddToAbstractFileMenuParams | Parameters for AbstractFileCommandHandler.shouldAddToAbstractFileMenu. |
| AbstractFileCommandHandlerShouldAddToAbstractFilesMenuParams | Parameters for AbstractFileCommandHandler.shouldAddToAbstractFilesMenu. |