obsidian/internals/internal-plugins/command-palette
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| CommandPaletteModal | Fuzzy suggest modal used by the command palette to search and execute commands. |
| CommandPaletteOptions | Configuration options for the command palette plugin. |
| CommandPalettePlugin | Internal plugin registration for the command palette feature. |
| CommandPalettePluginInstance | Plugin instance for the command palette, providing the fuzzy command search modal. |