Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

session.Session.showResolvedOptions

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
session
Declared in
Session
Package
libtmux
Source
packages/libtmux/src/session.ts
showResolvedOptions ( ) → Promise<ReadonlyMap<string, string>>
method [source]
method [source]
showResolvedOptions

The option values that govern this session, own and inherited together.

showOptions reports 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

Esc

Type to search.