On this page
pane.Pane.showHooks
- Module
- pane
- Declared in
- Pane
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/pane.ts
-
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