window.Window.showResolvedOptions
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- window
- Declared in
- Window
- Package
- 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