hermes-agent/apps/desktop/src/components/pane-shell/index.ts

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'