Skip to main content

Module palette

Module palette 

Source
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.
PaletteEntry
One searchable palette entry.

Enums§

EntryKind
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/open of the card’s target, dispatched to the right lens rather than the generic card renderer.