obsidian/command-handlers/global-command-handler
Command handler for global (non-editor, non-file) commands.
Classes
Section titled “Classes”| Class | Description |
|---|---|
| GlobalCommandHandler | Command handler for global commands invoked from the command palette. Subclasses override canExecute and execute to provide behavior. |