On this page
window.Window.showResolvedOptions
- Module
- window
- Declared in
- Window
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/window.ts
-
The option values that govern this window, own and inherited together.
showOptionsreports only what was set here, which for a fresh window is often nothing. This resolves what it inherits as well, so an option has an answer wherever it was actually set.Examples
(await window.showResolvedOptions()).get("main-pane-width");
0 declared, 0 inherited