pane.Pane.showResolvedOptions
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- packages/libtmux/src/pane.ts
-
The option values that govern this pane, own and inherited together.
showOptionsreports only what was set here, which for a fresh pane is often nothing. This resolves what it inherits as well, so an option has an answer wherever it was actually set.Examples
(await pane.showResolvedOptions()).get("allow-rename");Discussed in Options and hooks
0 declared, 0 inherited