libtmux Reference MCP Search
On this page

LibTmux.TmuxOptionValue.TmuxOptionValue

View as Markdown

Module
LibTmux
Declared in
TmuxOptionValue
Package
LibTmux
Source
src/LibTmux/Options/TmuxOptionValue.cs
TmuxOptionValue ( raw : string? , state : TmuxOptionState , boolean : bool? , integer : long? )
method [source]
method [source]
TmuxOptionValue

Initializes an option value.

Parameters
  • raw ( string? ) – The unescaped text tmux reported, or null when it reported none.

  • state ( TmuxOptionState ) – Whether the value is absent, a flag, or ordinary text.

  • boolean ( bool? ) – The flag reading, or null when the value is not a flag.

  • integer ( long? ) – The whole-number reading, or null when the value is not one.

0 declared, 0 inherited

Esc

Type to search.