libtmux Reference MCP Search
On this page

window.Window.showHooks

View as Markdown

Module
window
Declared in
Window
Package
@libtmux/libtmux
Source
packages/libtmux/src/window.ts
showHooks ( ) Promise<ReadonlyMap<string, readonly string[]>>
method [source]
method [source]
showHooks

Read hooks set on this window itself.

Examples

const hooks = await window.showHooks();
hooks.get("window-renamed")?.[0];

0 declared, 0 inherited

Esc

Type to search.