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