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