On this page
pane.Pane.showOptions
- Module
- pane
- Declared in
- Pane
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/pane.ts
-
Every option set on this pane itself, not the ones it inherits.
A fresh pane usually has none, so an empty map here means nothing was set on this pane — not that the option has no value.
showResolvedOptionsanswers what actually governs it.Examples
const options = await pane.showOptions(); options.get("remain-on-exit");Discussed in Options and hooks
0 declared, 0 inherited