On this page
LibTmux.TmuxOptionValue.TmuxOptionValue
- Module
- LibTmux
- Declared in
- TmuxOptionValue
- Package
- LibTmux
- Source
- src/LibTmux/Options/TmuxOptionValue.cs
- TmuxOptionValue ( raw : string? , state : TmuxOptionState , boolean : bool? , integer : long? )
-
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