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