LibTmux.TmuxOptionValue
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Options/TmuxOptionValue.cs
-
One option value as tmux reported it.
tmux has no types: every option comes back as text. The typed readings sit alongside
Rawrather than replacing it, so a caller that knows better than the guess can always reach what tmux actually said.
5 declared, 0 inherited
Members
- 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.
- TmuxOptionValue method Initializes an option value.