On this page
session.Session.showOptions
- Module
- session
- Declared in
- Session
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/session.ts
-
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.
showResolvedOptionsanswers what actually governs it.Examples
const options = await session.showOptions(); options.get("status");
0 declared, 0 inherited