# LibTmux.TmuxOptionValue.TmuxOptionValue

- **Module:** LibTmux.TmuxOptionValue
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Options/TmuxOptionValue.cs#L34
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
