libtmux Reference MCP Search
On this page

pane.Pane.showHooks

View as Markdown

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

Read hooks set on this pane itself.

Examples

const hooks = await pane.showHooks();
hooks.get("pane-title-changed")?.[0];

Discussed in Options and hooks

0 declared, 0 inherited

Esc

Type to search.