mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
7 lines
346 B
TypeScript
7 lines
346 B
TypeScript
/**
|
|
* Cross-surface event: toggle-reveal a collapsed pane. Dispatched by the
|
|
* keybinds (⌘B / ⌘G / titlebar toggles on narrow viewports) with the pane id
|
|
* in `detail`; the layout tree's narrow overlays (tree/renderer.tsx) listen
|
|
* and slide the pane over the grid.
|
|
*/
|
|
export const PANE_TOGGLE_REVEAL_EVENT = 'hermes:pane-toggle-reveal'
|