On this page
window.Window.showHooks
- Module
- window
- Declared in
- Window
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/window.ts
-
Read hooks set on this window itself.
Examples
const hooks = await window.showHooks(); hooks.get("window-renamed")?.[0];
0 declared, 0 inherited