Expand description
A command palette: a search field over a filtered list of commands, with groups, Action keybinding hints and keyboard navigation.
Command owns the entries and rendering policy; CommandState holds
interaction state such as the query, focus, selection, and scrolling.
Structs§
- Command
- A command palette: a search field over a filtered list of commands.
- Command
Group - A titled section of
CommandItems. - Command
Item - A single command in a
crate::command::Commandpalette. - Command
State - The interaction state of a
crate::command::Commandpalette: its query, focus, scrolling, and highlighted command.
Enums§
- Command
Entry - A top-level entry in a
crate::command::Command.