libtmux Reference MCP Search
On this page

LibTmux.TmuxOptionValue

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Options/TmuxOptionValue.cs
struct LibTmux.TmuxOptionValue
struct [source]
struct [source]
struct LibTmux.TmuxOptionValue

One option value as tmux reported it.

tmux has no types: every option comes back as text. The typed readings sit alongside Raw rather than replacing it, so a caller that knows better than the guess can always reach what tmux actually said.

5 declared, 0 inherited

Members

  • TmuxOptionValue method Initializes an option value.
  • Boolean property Gets the flag reading, or null when the value is not a flag.
  • Integer property Gets the whole-number reading, or null when the value is not one.
  • Raw property Gets the unescaped text tmux reported, or null when it reported none.
  • State property Gets whether the value is absent, a flag, or ordinary text.
Esc

Type to search.