Skip to main content

Module command

Module command 

Source
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.
CommandGroup
A titled section of CommandItems.
CommandItem
A single command in a crate::command::Command palette.
CommandState
The interaction state of a crate::command::Command palette: its query, focus, scrolling, and highlighted command.

Enums§

CommandEntry
A top-level entry in a crate::command::Command.