# LibTmux.TmuxOptionValue.TmuxOptionValue

- **Module:** LibTmux.TmuxOptionValue
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Options/TmuxOptionValue.cs#L34
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxoptionvalue-tmuxoptionvalue/

```
LibTmux.TmuxOptionValue.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.
