libtmux Reference MCP Search
On this page

session.Session.showOptions

View as Markdown

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

Every option set on this session itself, not the ones it inherits.

A fresh session usually has none, so an empty map here means nothing was set on this session — not that the option has no value. showResolvedOptions answers what actually governs it.

Examples

const options = await session.showOptions();
options.get("status");

0 declared, 0 inherited

Esc

Type to search.