Command Palette

The Command Palette is a searchable overlay for browsing and executing PaneAPI variables and functions across all open panes. Open it with Ctrl+Shift+P.

Layout

  • Search Bar: Filter panes, variables, and functions by name. Updates results in real time as you type.
  • Pane Tree (left panel): Scrollable list of all open panes. Click to expand and see its API surface — variables and callable functions.
  • Detail Panel (right panel): Shows the selected variable's current value (with inline edit) or a function's parameter form with an Execute button.

What You Can Do

ActionDescription
Read variablesSelect any pane variable to see its current value (auto-refreshed)
Write variablesEdit variable values inline — changes apply immediately to the pane
Call functionsFill in parameters and execute PaneAPI functions. Results displayed in the detail panel.
Search across panesType to filter all panes, variables, and functions by name simultaneously

Keyboard Shortcuts

Ctrl + Shift + P
Open command palette
Esc
Close palette

Questions?

Reach out for help with integration, deployment, or custom domain codecs.