Expand description
The command palette: the keyboard spine of the workspace.
One entry point searches everything an operator can reach – open resources, registry exports, browse/help/test cards, lenses, commands, recent objects, and saved workspaces – and opens any result into the appropriate lens. Opening a card targets its value through the dispatcher (the best lens), never only the generic card renderer.
Structs§
- Palette
- A searchable command palette.
- Palette
Entry - One searchable palette entry.
Enums§
- Entry
Kind - What a palette entry points at.
Functions§
- card_
target - The target value a browse/help/test card points at, if any.
- open_
card - Open a card into the best lens for its target: an
intent/openof the card’s target, dispatched to the right lens rather than the generic card renderer.